Showing:

Annotations
Attributes
Asserts
Default Open Content
Diagrams
Facets
Identity Constraints
Instances
Model
Properties
Source
Type Alternatives
Used by

Table of Contents

Group by:

http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd

Elements
Attribute Groups
Main schema HUD_HMIS.xsd
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Properties
attribute form default qualified
element form default qualified
version 4.1.3
Default Open Content
Mode interleave
Wildcard ANY element NOT from TARGET namespace 'http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd'
Applies to empty true
[ top ]
Element Sources
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
XML Root element.  A description of what software provider and organization are sending this XML information.  Many sources can be grouped together into one XML file.
Diagram
Diagram HUD_HMIS.tmp#http___www.hudhdx.info_Resources_Vendors_4_1_3_HUD_HMIS.xsd_sources_Source HUD_HMIS.tmp#http___www.hudhdx.info_Resources_Vendors_4_1_3_HUD_HMIS.xsd_sources
Type sources
Properties
content complex
Model
Children Source
Instance
<Sources xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <Source>{1,unbounded}</Source>
</Sources>
Source
<xs:element name="Sources" type="hmis:sources">
  <xs:annotation>
    <xs:documentation xml:lang="en">XML Root element. A description of what software provider and organization are sending this XML information. Many sources can be grouped together into one XML file.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element sources / Source
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
A description of what software provider and organization are sending this XML information.  Many sources can be grouped together into one XML file.
Diagram
Diagram HUD_HMIS.tmp#source_SourceID HUD_HMIS.tmp#source_SoftwareVendor HUD_HMIS.tmp#source_SoftwareVersion HUD_HMIS.tmp#source_SourceContactEmail HUD_HMIS.tmp#source_SourceContactExtension HUD_HMIS.tmp#source_SourceContactFirst HUD_HMIS.tmp#source_SourceContactLast HUD_HMIS.tmp#source_SourceContactPhone HUD_HMIS.tmp#source_SourceName HUD_HMIS.tmp#source_Export HUD_HMIS.tmp#source
Type source
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children Export, SoftwareVendor, SoftwareVersion, SourceContactEmail, SourceContactExtension, SourceContactFirst, SourceContactLast, SourceContactPhone, SourceID, SourceName
Instance
<Source xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <SourceID>{1,1}</SourceID>
  <SoftwareVendor>{1,1}</SoftwareVendor>
  <SoftwareVersion>{1,1}</SoftwareVersion>
  <SourceContactEmail>{0,1}</SourceContactEmail>
  <SourceContactExtension>{0,1}</SourceContactExtension>
  <SourceContactFirst>{0,1}</SourceContactFirst>
  <SourceContactLast>{0,1}</SourceContactLast>
  <SourceContactPhone>{0,1}</SourceContactPhone>
  <SourceName>{1,1}</SourceName>
  <Export>{0,unbounded}</Export>
</Source>
Source
<xs:element name="Source" type="hmis:source" minOccurs="1" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation xml:lang="en">A description of what software provider and organization are sending this XML information. Many sources can be grouped together into one XML file.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element source / SourceID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the Source's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="SourceID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Source's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element source / SoftwareVendor
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
The name of the software provider generating this XML.
Diagram
Diagram HUD_HMIS.tmp#string50
Type string50
Properties
content simple
Facets
maxLength 50
Source
<xs:element name="SoftwareVendor" type="hmis:string50">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of the software provider generating this XML.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element source / SoftwareVersion
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Version number of the software being used by the software provider.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="SoftwareVersion" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="en">Version number of the software being used by the software provider.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element source / SourceContactEmail
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Email address of the person to contact about this XML data.
Diagram
Diagram HUD_HMIS.tmp#email
Type email
Properties
content simple
minOccurs 0
Facets
pattern (([A-Za-z0-9]+_+)|([A-Za-z0-9]+\-+)|([A-Za-z0-9]+\.+)|([A-Za-z0-9]+\++))*[A-Za-z0-9]+@((\w+\-+)|(\w+\.))*\w{1,63}\.[a-zA-Z]{2,6}
Source
<xs:element name="SourceContactEmail" type="hmis:email" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Email address of the person to contact about this XML data.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element source / SourceContactExtension
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Used with SourceContactPhone to contact the person who can answer questions about this XML.
Diagram
Diagram HUD_HMIS.tmp#extension
Type extension
Properties
content simple
minOccurs 0
Facets
pattern [0-9]{1,5}
Source
<xs:element name="SourceContactExtension" type="hmis:extension" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Used with SourceContactPhone to contact the person who can answer questions about this XML.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element source / SourceContactFirst
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
First name of the person to contact about this XML data.
Diagram
Diagram HUD_HMIS.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="SourceContactFirst" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">First name of the person to contact about this XML data.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element source / SourceContactLast
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Last name of the person to contact about this XML data.
Diagram
Diagram HUD_HMIS.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="SourceContactLast" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Last name of the person to contact about this XML data.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element source / SourceContactPhone
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Phone number of the person to contact about this XML data; used with SourceContactExtension.
Diagram
Diagram HUD_HMIS.tmp#phoneNumber
Type phoneNumber
Properties
content simple
minOccurs 0
Facets
pattern [2-9][0-9]{2}[2-9][0-9]{2}[0-9]{4}
Source
<xs:element name="SourceContactPhone" type="hmis:phoneNumber" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Phone number of the person to contact about this XML data; used with SourceContactExtension.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element source / SourceName
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
A general text desrciption of what organization is sending this XML data.  Perhaps the Agency or Program name generating this XML data.
Diagram
Diagram HUD_HMIS.tmp#string50
Type string50
Properties
content simple
Facets
maxLength 50
Source
<xs:element name="SourceName" type="hmis:string50">
  <xs:annotation>
    <xs:documentation xml:lang="en">A general text desrciption of what organization is sending this XML data. Perhaps the Agency or Program name generating this XML data.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element source / Export
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
An export is a set of data being transmitted for a specific purpose (see ExportType).  A single XML file can have many different Exports of different types and date ranges.
Diagram
Diagram
Type export
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Affiliation, Client, ClientVeteranInfo, CoC, Contact, DateOfEngagement, Disabilities, DomesticViolence, Education, Employment, Enrollment, EnrollmentCoC, EntryRHY, EntrySSVF, Exit, ExitHousingAssessment, ExitPATH, ExitRHY, ExportDate, ExportDirective, ExportID, ExportPeriod, ExportPeriodType, Funder, HealthInsurance, HealthStatus, HousingAssessmentDisposition, IncomeAndSources, Inventory, MedicalAssistance, NonCashBenefits, Organization, PATHStatus, Project, RHYBCPStatus, ResidentialMoveInDate, Services, Site, WorstHousingSituation
Instance
<Export xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <ExportID>{1,1}</ExportID>
  <ExportDate>{1,1}</ExportDate>
  <ExportPeriod>{0,1}</ExportPeriod>
  <ExportPeriodType>{0,1}</ExportPeriodType>
  <ExportDirective>{0,1}</ExportDirective>
  <Affiliation dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</Affiliation>
  <Client dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</Client>
  <Contact dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</Contact>
  <DateOfEngagement dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</DateOfEngagement>
  <Disabilities dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</Disabilities>
  <DomesticViolence dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</DomesticViolence>
  <Education dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</Education>
  <Employment dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</Employment>
  <Enrollment dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</Enrollment>
  <EnrollmentCoC dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</EnrollmentCoC>
  <Exit dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</Exit>
  <ExitHousingAssessment dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</ExitHousingAssessment>
  <ExitPATH dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</ExitPATH>
  <ExitRHY dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</ExitRHY>
  <Funder dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</Funder>
  <HealthInsurance dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</HealthInsurance>
  <HealthStatus dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</HealthStatus>
  <HousingAssessmentDisposition dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</HousingAssessmentDisposition>
  <IncomeAndSources dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</IncomeAndSources>
  <Inventory dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</Inventory>
  <MedicalAssistance dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</MedicalAssistance>
  <NonCashBenefits dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</NonCashBenefits>
  <Organization dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</Organization>
  <PATHStatus dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</PATHStatus>
  <EntrySSVF dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</EntrySSVF>
  <Project dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</Project>
  <CoC dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</CoC>
  <ResidentialMoveInDate dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</ResidentialMoveInDate>
  <RHYBCPStatus dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</RHYBCPStatus>
  <Services dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</Services>
  <Site dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</Site>
  <ClientVeteranInfo dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</ClientVeteranInfo>
  <WorstHousingSituation dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</WorstHousingSituation>
  <EntryRHY dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</EntryRHY>
</Export>
Asserts
Test XPath default namespace Annotation
every $id in hmis:Client/hmis:PersonalID satisfies (fn:count(hmis:ClientVeteranInfo[hmis:PersonalID = $id]) le 1)
every $id in hmis:Client/hmis:PersonalID satisfies (fn:count(hmis:Enrollment[hmis:PersonalID = $id]) ge 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:DateOfEngagement[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EntryRHY[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EntrySSVF[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:Exit[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:PathStatus[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:WorstHousingSituation[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:ResidentialMoveInDate[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:RHYBCPStatus[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ConnectionWithSOAR[hmis:ExitID = $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ExitHousingAssessment[hmis:ExitID = $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ExitRHY[hmis:ExitID = $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:FamilyReunification[hmis:ExitID = $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:HousingAssessmentDisposition[hmis:ExitID = $id]) le 1)
every $id in hmis:Project/hmis:ProjectID satisfies (fn:count(hmis:Funder[hmis:ProjectID = $id]) ge 1)
every $id in hmis:Enrollment/hmis:HouseholdID satisfies (fn:count(hmis:Enrollment/hmis:RelationshipToHoH[text()= '1'][../hmis:HouseholdID = $id] ) eq 1)
Source
<xs:element name="Export" type="hmis:export" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation xml:lang="en">An export is a set of data being transmitted for a specific purpose (see ExportType). A single XML file can have many different Exports of different types and date ranges.</xs:documentation>
  </xs:annotation>
  <xs:key name="clientKey">
    <xs:selector xpath="hmis:Client"/>
    <xs:field xpath="hmis:PersonalID"/>
  </xs:key>
  <xs:key name="cocKey">
    <xs:selector xpath="hmis:CoC"/>
    <xs:field xpath="hmis:CoCCode"/>
  </xs:key>
  <xs:key name="enrollmentKey">
    <xs:selector xpath="hmis:Enrollment"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:key>
  <xs:key name="exitKey">
    <xs:selector xpath="hmis:Exit"/>
    <xs:field xpath="hmis:ExitID"/>
  </xs:key>
  <xs:key name="organizationKey">
    <xs:selector xpath="hmis:Organization"/>
    <xs:field xpath="hmis:OrganizationID"/>
  </xs:key>
  <xs:key name="projectKey">
    <xs:selector xpath="hmis:Project"/>
    <xs:field xpath="hmis:ProjectID"/>
  </xs:key>
  <xs:keyref name="affiliationProjectKeyRef" refer="projectKey">
    <xs:selector xpath="hmis:Affiliation"/>
    <xs:field xpath="hmis:ProjectID"/>
  </xs:keyref>
  <xs:keyref name="affiliationResProjectKeyRef" refer="projectKey">
    <xs:selector xpath="hmis:Affiliation"/>
    <xs:field xpath="hmis:ResProjectID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentClientKeyRef" refer="clientKey">
    <xs:selector xpath="hmis:Enrollment"/>
    <xs:field xpath="hmis:PersonalID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentCoCCoCKeyRef" refer="cocKey">
    <xs:selector xpath="hmis:EnrollmentCoC"/>
    <xs:field xpath="hmis:CoCCode"/>
  </xs:keyref>
  <xs:keyref name="enrollmentCoCEnrollmentKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:EnrollmentCoC"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentContactKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:Contact"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentDateOfEngagementKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:DateOfEngagement"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentDisabilitiesKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:Disabilities"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentDomesticViolenceKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:DomesticViolence"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentEducationKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:Education"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentEmploymentKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:Employment"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentEnrollmentCoCKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:EnrollmentCoC"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentExitKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:Exit"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentFormerWardChildWelfareKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:FormerWardChildWelfare"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentFormerWardJuvenileJusticeKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:FormerWardJuvenileJustice"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentHealthInsuranceKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:HealthInsurance"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentHealthStatusKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:HealthStatus"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentIncomeAndSourcesKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:IncomeAndSources"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentMedicalAssistanceKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:MedicalAssistance"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentNonCashBenefitsKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:NonCashBenefits"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentPATHStatusKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:PATHStatus"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentEntrySSVFKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:EntrySSVF"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentReferralSourceKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:ReferralSource"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentResidentialMoveInDateKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:ResidentialMoveInDate"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentRHYBCPStatusKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:NonCashBenefits"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentServicesKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:Services"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentSexualOrientationKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:SexualOrientation"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentWorstHousingSituationKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:WorstHousingSituation"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentEntryRHYKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:EntryRHY"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="exitExitHousingAssessmentKeyRef" refer="exitKey">
    <xs:selector xpath="hmis:ExitHousingAssessment"/>
    <xs:field xpath="hmis:ExitID"/>
  </xs:keyref>
  <xs:keyref name="exitConnectionWithSOARKeyRef" refer="exitKey">
    <xs:selector xpath="hmis:ConnectionWithSOAR"/>
    <xs:field xpath="hmis:ExitID"/>
  </xs:keyref>
  <xs:keyref name="exitExitRHYKeyRef" refer="exitKey">
    <xs:selector xpath="hmis:ExitRHY"/>
    <xs:field xpath="hmis:ExitID"/>
  </xs:keyref>
  <xs:keyref name="exitFamilyReunificationKeyRef" refer="exitKey">
    <xs:selector xpath="hmis:FamilyReunification"/>
    <xs:field xpath="hmis:ExitID"/>
  </xs:keyref>
  <xs:keyref name="exitHousingAssessmentDispositionKeyRef" refer="exitKey">
    <xs:selector xpath="hmis:HousingAssessmentDisposition"/>
    <xs:field xpath="hmis:ExitID"/>
  </xs:keyref>
  <xs:keyref name="inventoryCoCKeyRef" refer="cocKey">
    <xs:selector xpath="hmis:Inventory"/>
    <xs:field xpath="hmis:CoCCode"/>
  </xs:keyref>
  <xs:keyref name="projectOrganizationKeyRef" refer="organizationKey">
    <xs:selector xpath="hmis:Project"/>
    <xs:field xpath="hmis:OrganizationID"/>
  </xs:keyref>
  <xs:keyref name="cocProjectKeyRef" refer="projectKey">
    <xs:selector xpath="hmis:CoC"/>
    <xs:field xpath="hmis:ProjectID"/>
  </xs:keyref>
  <xs:keyref name="projectEnrollmentKeyRef" refer="projectKey">
    <xs:selector xpath="hmis:Enrollment"/>
    <xs:field xpath="hmis:ProjectID"/>
  </xs:keyref>
  <xs:keyref name="projectFunderKeyRef" refer="projectKey">
    <xs:selector xpath="hmis:Funder"/>
    <xs:field xpath="hmis:ProjectID"/>
  </xs:keyref>
  <xs:keyref name="siteCoCKeyRef" refer="cocKey">
    <xs:selector xpath="hmis:Site"/>
    <xs:field xpath="hmis:CoCCode"/>
  </xs:keyref>
  <xs:keyref name="clientVeteranInfoClientKeyRef" refer="clientKey">
    <xs:selector xpath="hmis:ClientVeteranInfo"/>
    <xs:field xpath="hmis:PersonalID"/>
  </xs:keyref>
</xs:element>
[ top ]
Element export / ExportID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the Export's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ExportID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Export's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / ExportDate
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Time the export was performed.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element name="ExportDate" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation xml:lang="en">Time the export was performed.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / ExportPeriod
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
The date range bounding the data set being transmitted.  Used with ExportPeriodType to clarify what the date range represents.
Diagram
Diagram HUD_HMIS.tmp#dateRangeCapped_StartDate HUD_HMIS.tmp#dateRangeCapped_EndDate HUD_HMIS.tmp#dateRangeCapped
Type dateRangeCapped
Properties
content complex
minOccurs 0
Model
Children EndDate, StartDate
Instance
<ExportPeriod xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <StartDate>{1,1}</StartDate>
  <EndDate>{1,1}</EndDate>
</ExportPeriod>
Source
<xs:element name="ExportPeriod" type="hmis:dateRangeCapped" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">The date range bounding the data set being transmitted. Used with ExportPeriodType to clarify what the date range represents.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element dateRangeCapped / StartDate
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element name="StartDate" type="xs:dateTime"/>
[ top ]
Element dateRangeCapped / EndDate
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element name="EndDate" type="xs:dateTime"/>
[ top ]
Element export / ExportPeriodType
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Pick one of the types to specify the definition of export period being used in ExportPeriod.
Diagram
Diagram HUD_HMIS.tmp#exportPeriodType
Type exportPeriodType
Properties
content simple
minOccurs 0
Facets
enumeration updated
Exported data sets with an ExportPeriodType of ‘updated’ will include all records with a dateCreated, dateUpdated, or a dateDeleted that falls between the Export.StartDate and the Export.EndDate.
enumeration effective
Exported data sets with an ExportPeriod type of ‘effective’ will include all enrollment data, along with associated client and project descriptor data, where the informationDate (or other effective date such as Project.EntryDate, Project.ExitDate, ContactDate, etc.) falls between the Export.StartDate and the Export.EndDate.
enumeration reportingPeriod
‘reportingPeriod’ exports include all records needed for reporting on clients and enrollments active in the export period.  This will include all records in Enrollments (regardless of informationDate, dateCreated, dateUpdated, etc.), client files, and project descriptor files associated with a ProjectEntryID where: ProjectEntryDate is on or before the Export.EndDate; Project.ExitDate is null OR Project.ExitDate is on or after the Export.StartDate; ProjectID is associated with a project selected by a user for export OR the user did not choose to filter the export by Project; A CoCCode associated with the ProjectEntryID matches a CoCCode selected by a user for export OR the user did not choose to filter the export by CoCCode.
enumeration other
The ‘other’ type of ExportPeriodType is used to identify exports in which records were selected based upon parameters mutually agreed upon by the sender and recipient of the XML data."
Source
<xs:element name="ExportPeriodType" type="hmis:exportPeriodType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Pick one of the types to specify the definition of export period being used in ExportPeriod.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / ExportDirective
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Select one of the ExportDirective choices to instruct the target as to how the data being transmitted should be handled.
Diagram
Diagram HUD_HMIS.tmp#exportDirective
Type exportDirective
Properties
content simple
minOccurs 0
Facets
enumeration deltaRefresh
The data contained in this file is meant to be synchronized with an existing data set.
enumeration fullRefresh
The data contained in this file is meant to replace an existing data set for the export period.
enumeration other
The data contained in this file were selected based upon parameters mutually agreed upon by the sender and recipient of the XML data.
Source
<xs:element name="ExportDirective" type="hmis:exportDirective" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Select one of the ExportDirective choices to instruct the target as to how the data being transmitted should be handled.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / Affiliation
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#affiliation_AffiliationID HUD_HMIS.tmp#affiliation_ProjectID HUD_HMIS.tmp#affiliation_ResProjectID HUD_HMIS.tmp#affiliation
Type affiliation
Properties
content complex
Model
Children AffiliationID, ProjectID, ResProjectID
Instance
<Affiliation dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <AffiliationID>{1,1}</AffiliationID>
  <ProjectID>{1,1}</ProjectID>
  <ResProjectID>{1,1}</ResProjectID>
</Affiliation>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="Affiliation" type="hmis:affiliation"/>
[ top ]
Element affiliation / AffiliationID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the Affiliation's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="AffiliationID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Affiliation's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element affiliation / ProjectID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to a Project element
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to a Project element</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element affiliation / ResProjectID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See HMIS Data Dictionary (Proposed Amendment), Section 2.4, Project Type, #2AB.
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ResProjectID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">See HMIS Data Dictionary (Proposed Amendment), Section 2.4, Project Type, #2AB.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / Client
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#client_PersonalID HUD_HMIS.tmp#client_FirstName HUD_HMIS.tmp#client_MiddleName HUD_HMIS.tmp#client_LastName HUD_HMIS.tmp#client_NameSuffix HUD_HMIS.tmp#client_NameDataQuality HUD_HMIS.tmp#client_SSN HUD_HMIS.tmp#client_SSNDataQuality HUD_HMIS.tmp#client_DOB HUD_HMIS.tmp#client_DOBDataQuality HUD_HMIS.tmp#client_Gender HUD_HMIS.tmp#client_OtherGender HUD_HMIS.tmp#client_Ethnicity HUD_HMIS.tmp#client_Race HUD_HMIS.tmp#client_VeteranStatus HUD_HMIS.tmp#client
Type client
Properties
content complex
Model
Children DOB, DOBDataQuality, Ethnicity, FirstName, Gender, LastName, MiddleName, NameDataQuality, NameSuffix, OtherGender, PersonalID, Race, SSN, SSNDataQuality, VeteranStatus
Instance
<Client dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <PersonalID>{1,1}</PersonalID>
  <FirstName hashStatus="">{0,1}</FirstName>
  <MiddleName hashStatus="">{0,1}</MiddleName>
  <LastName hashStatus="">{0,1}</LastName>
  <NameSuffix>{0,1}</NameSuffix>
  <NameDataQuality>{1,1}</NameDataQuality>
  <SSN hashStatus="">{0,1}</SSN>
  <SSNDataQuality>{1,1}</SSNDataQuality>
  <DOB>{0,1}</DOB>
  <DOBDataQuality>{1,1}</DOBDataQuality>
  <Gender>{1,1}</Gender>
  <OtherGender>{0,1}</OtherGender>
  <Ethnicity>{1,1}</Ethnicity>
  <Race>{1,5}</Race>
  <VeteranStatus>{1,1}</VeteranStatus>
</Client>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:Gender/text()='4') then boolean(hmis:OtherGender) else (if (not(hmis:Gender/text()='4')) then (not(boolean(hmis:OtherGender))) else false())
Source
<xs:element name="Client" type="hmis:client"/>
[ top ]
Element client / PersonalID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.13.
See September 2015 HMIS Data Manual, Section 3.13.
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="PersonalID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.13.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.13.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element client / FirstName
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.1, #1.
See September 2015 HMIS Data Manual, Section 3.1.
Diagram
Diagram HUD_HMIS.tmp#nameHashingOption
Type nameHashingOption
Type Alternatives
Type Test XPath default namespace Annotation
nameHashingOptionPlain @hmis:hashStatus='1'
nameHashingOptionSHA1RHY @hmis:hashStatus='2'
nameHashingOption @hmis:hashStatus='3'
nameHashingOption [Default Type]
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:element name="FirstName" type="hmis:nameHashingOption" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.1, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.1.</xs:documentation>
  </xs:annotation>
  <xs:alternative test="@hmis:hashStatus='1'" type="hmis:nameHashingOptionPlain"/>
  <xs:alternative test="@hmis:hashStatus='2'" type="hmis:nameHashingOptionSHA1RHY"/>
  <xs:alternative test="@hmis:hashStatus='3'" type="hmis:nameHashingOption"/>
</xs:element>
[ top ]
Element client / MiddleName
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.1, #2.
See September 2015 HMIS Data Manual, Section 3.1.
Diagram
Diagram HUD_HMIS.tmp#nameHashingOption
Type nameHashingOption
Type Alternatives
Type Test XPath default namespace Annotation
nameHashingOptionPlain @hmis:hashStatus='1'
nameHashingOptionSHA1RHY @hmis:hashStatus='2'
nameHashingOption @hmis:hashStatus='3'
nameHashingOption [Default Type]
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:element name="MiddleName" type="hmis:nameHashingOption" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.1, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.1.</xs:documentation>
  </xs:annotation>
  <xs:alternative test="@hmis:hashStatus='1'" type="hmis:nameHashingOptionPlain"/>
  <xs:alternative test="@hmis:hashStatus='2'" type="hmis:nameHashingOptionSHA1RHY"/>
  <xs:alternative test="@hmis:hashStatus='3'" type="hmis:nameHashingOption"/>
</xs:element>
[ top ]
Element client / LastName
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.1, #3.
See September 2015 HMIS Data Manual, Section 3.1.
Diagram
Diagram HUD_HMIS.tmp#nameHashingOption
Type nameHashingOption
Type Alternatives
Type Test XPath default namespace Annotation
nameHashingOptionPlain @hmis:hashStatus='1'
nameHashingOptionSHA1RHY @hmis:hashStatus='2'
nameHashingOption @hmis:hashStatus='3'
nameHashingOption [Default Type]
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:element name="LastName" type="hmis:nameHashingOption" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.1, #3.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.1.</xs:documentation>
  </xs:annotation>
  <xs:alternative test="@hmis:hashStatus='1'" type="hmis:nameHashingOptionPlain"/>
  <xs:alternative test="@hmis:hashStatus='2'" type="hmis:nameHashingOptionSHA1RHY"/>
  <xs:alternative test="@hmis:hashStatus='3'" type="hmis:nameHashingOption"/>
</xs:element>
[ top ]
Element client / NameSuffix
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.1, #4.
See September 2015 HMIS Data Manual, Section 3.1.
Diagram
Diagram HUD_HMIS.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="NameSuffix" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.1, #4.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.1.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element client / NameDataQuality
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.1, #5.
See September 2015 HMIS Data Manual, Section 3.1.
Diagram
Diagram HUD_HMIS.tmp#nameDataQuality
Type nameDataQuality
Properties
content simple
Facets
enumeration 1
Full name reported
enumeration 2
Partial, street name, or code name reported
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NameDataQuality" type="hmis:nameDataQuality">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.1, #5.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.1.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element client / SSN
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.2, #1.
See September 2015 HMIS Data Manual, Section 3.2.
Unknown SSN digits should be indicated with a lower case "x".
Diagram
Diagram HUD_HMIS.tmp#ssnHashingOption
Type ssnHashingOption
Type Alternatives
Type Test XPath default namespace Annotation
ssnHashingOptionPlain @hmis:hashStatus='1'
ssnHashingOptionSHA1RHY @hmis:hashStatus='2'
ssnHashingOption @hmis:hashStatus='3'
ssnHashingOptionPlain @hmis:hashStatus
ssnHashingOption [Default Type]
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:element name="SSN" type="hmis:ssnHashingOption" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.2, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.2.</xs:documentation>
    <xs:documentation xml:lang="en">Unknown SSN digits should be indicated with a lower case "x".</xs:documentation>
  </xs:annotation>
  <xs:alternative test="@hmis:hashStatus='1'" type="hmis:ssnHashingOptionPlain"/>
  <xs:alternative test="@hmis:hashStatus='2'" type="hmis:ssnHashingOptionSHA1RHY"/>
  <xs:alternative test="@hmis:hashStatus='3'" type="hmis:ssnHashingOption"/>
  <xs:alternative test="@hmis:hashStatus" type="hmis:ssnHashingOptionPlain"/>
</xs:element>
[ top ]
Element client / SSNDataQuality
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.2, #2.
See September 2015 HMIS Data Manual, Section 3.2.
Diagram
Diagram HUD_HMIS.tmp#ssnDataQuality
Type ssnDataQuality
Properties
content simple
Facets
enumeration 1
Full SSN reported
enumeration 2
Approximate or partial SSN reported
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="SSNDataQuality" type="hmis:ssnDataQuality">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.2, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.2.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element client / DOB
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.3, #1.
See September 2015 HMIS Data Manual, Section 3.3.
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="DOB" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.3, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.3.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element client / DOBDataQuality
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.3, #2.
See September 2015 HMIS Data Manual, Section 3.3.
Diagram
Diagram HUD_HMIS.tmp#dobDataQuality
Type dobDataQuality
Properties
content simple
Facets
enumeration 1
Full DOB reported
enumeration 2
Approximate or partial DOB reported
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="DOBDataQuality" type="hmis:dobDataQuality">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.3, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.3.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element client / Gender
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.6, #1.
See September 2015 HMIS Data Manual, Section 3.6.
Diagram
Diagram HUD_HMIS.tmp#gender
Type gender
Properties
content simple
Facets
enumeration 0
Female
enumeration 1
Male
enumeration 2
Transgender male to female
enumeration 3
Transgender female to male
enumeration 4
Other
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="Gender" type="hmis:gender">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.6, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.6.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element client / OtherGender
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.6, #1A.
See September 2015 HMIS Data Manual, Section 3.6.
Diagram
Diagram HUD_HMIS.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="OtherGender" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.6, #1A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.6.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element client / Ethnicity
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.5, #1.
See September 2015 HMIS Data Manual, Section 3.5.
Diagram
Diagram HUD_HMIS.tmp#ethnicity
Type ethnicity
Properties
content simple
Facets
enumeration 0
Non-Hispanic/Non-Latino
enumeration 1
Hispanic/Latino
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="Ethnicity" type="hmis:ethnicity">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.5, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.5.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element client / Race
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.4, #1.
See September 2015 HMIS Data Manual, Section 3.4.
Diagram
Diagram HUD_HMIS.tmp#race
Type race
Properties
content simple
maxOccurs 5
Facets
enumeration 1
American Indian or Alaska Native
enumeration 2
Asian
enumeration 3
Black or African American
enumeration 4
Native Hawaiian or Other Pacific Islander
enumeration 5
White
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="Race" type="hmis:race" maxOccurs="5">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.4, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.4.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element client / VeteranStatus
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.7, #1.
See September 2015 HMIS Data Manual, Section 3.7.
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="VeteranStatus" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.7, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.7.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / Contact
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#contact_ContactID HUD_HMIS.tmp#contact_ProjectEntryID HUD_HMIS.tmp#contact_ContactDate HUD_HMIS.tmp#contact_ContactLocation HUD_HMIS.tmp#contact
Type contact
Properties
content complex
Model
Children ContactDate, ContactID, ContactLocation, ProjectEntryID
Instance
<Contact dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <ContactID>{1,1}</ContactID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <ContactDate>{1,1}</ContactDate>
  <ContactLocation>{1,1}</ContactLocation>
</Contact>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:Gender/text()='4') then boolean(hmis:OtherGender) else (if (not(hmis:Gender/text()='4')) then (not(boolean(hmis:OtherGender))) else false())
Source
<xs:element name="Contact" type="hmis:contact"/>
[ top ]
Element contact / ContactID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the Contact's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ContactID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Contact's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element contact / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element contact / ContactDate
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.12, #1.
See September 2015 HMIS Data Manual, Section 4.12.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element name="ContactDate" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.12, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.12.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element contact / ContactLocation
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.12, #2.
See September 2015 HMIS Data Manual, Section 4.12.
Diagram
Diagram HUD_HMIS.tmp#contactLocation
Type contactLocation
Properties
content simple
Facets
enumeration 1
Place not meant for habitation
enumeration 2
Service setting, non-residential
enumeration 3
Service setting, residential
Source
<xs:element name="ContactLocation" type="hmis:contactLocation">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.12, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.12.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / DateOfEngagement
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#dateOfEngagement_DateOfEngagementID HUD_HMIS.tmp#dateOfEngagement_ProjectEntryID HUD_HMIS.tmp#dateOfEngagement_DateOfEngagement HUD_HMIS.tmp#dateOfEngagement
Type dateOfEngagement
Properties
content complex
Model
Children DateOfEngagement, DateOfEngagementID, ProjectEntryID
Instance
<DateOfEngagement dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <DateOfEngagementID>{1,1}</DateOfEngagementID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <DateOfEngagement>{1,1}</DateOfEngagement>
</DateOfEngagement>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="DateOfEngagement" type="hmis:dateOfEngagement"/>
[ top ]
Element dateOfEngagement / DateOfEngagementID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the DateOfEngagement's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="DateOfEngagementID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the DateOfEngagement's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element dateOfEngagement / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element dateOfEngagement / DateOfEngagement
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.13, #1.
See September 2015 HMIS Data Manual, "Section 4.13."
Diagram
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="DateOfEngagement" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.13, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.13."</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / Disabilities
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#dataCollectionStage HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#disabilities_DisabilitiesID HUD_HMIS.tmp#disabilities_ProjectEntryID HUD_HMIS.tmp#disabilities_DisabilityType HUD_HMIS.tmp#disabilities_DisabilityResponse HUD_HMIS.tmp#disabilities_IndefiniteAndImpairsIndependence HUD_HMIS.tmp#disabilities_DocumentationOnFile HUD_HMIS.tmp#disabilities_ReceivingServices HUD_HMIS.tmp#disabilities_PATHHowConfirmed HUD_HMIS.tmp#disabilities_PATHSMIInformation HUD_HMIS.tmp#disabilities_TCellCountAvailable HUD_HMIS.tmp#disabilities_TCellCount HUD_HMIS.tmp#disabilities_TCellSource HUD_HMIS.tmp#disabilities_ViralLoadAvailable HUD_HMIS.tmp#disabilities_ViralLoad HUD_HMIS.tmp#disabilities_ViralLoadSource HUD_HMIS.tmp#disabilities
Type disabilities
Properties
content complex
Model
Children DisabilitiesID, DisabilityResponse, DisabilityType, DocumentationOnFile, IndefiniteAndImpairsIndependence, PATHHowConfirmed, PATHSMIInformation, ProjectEntryID, ReceivingServices, TCellCount, TCellCountAvailable, TCellSource, ViralLoad, ViralLoadAvailable, ViralLoadSource
Instance
<Disabilities dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <DisabilitiesID>{1,1}</DisabilitiesID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <DisabilityType>{1,1}</DisabilityType>
  <DisabilityResponse>{1,1}</DisabilityResponse>
  <IndefiniteAndImpairsIndependence>{1,1}</IndefiniteAndImpairsIndependence>
  <DocumentationOnFile>{1,1}</DocumentationOnFile>
  <ReceivingServices>{1,1}</ReceivingServices>
  <PATHHowConfirmed>{0,1}</PATHHowConfirmed>
  <PATHSMIInformation>{0,1}</PATHSMIInformation>
  <TCellCountAvailable>{0,1}</TCellCountAvailable>
  <TCellCount>{0,1}</TCellCount>
  <TCellSource>{0,1}</TCellSource>
  <ViralLoadAvailable>{0,1}</ViralLoadAvailable>
  <ViralLoad>{0,1}</ViralLoad>
  <ViralLoadSource>{0,1}</ViralLoadSource>
</Disabilities>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:TCellCountAvailable) then boolean(hmis:DisabilityType/text()='8') else true()
if (hmis:TCellCountAvailable/text()='1') then boolean(hmis:TCellCount) else (if (not(hmis:TCellCountAvailable/text()='1')) then (not(boolean(hmis:TCellCount))) else false())
if (hmis:TCellCount) then boolean(hmis:TCellSource) else (if (not(hmis:TCellCount)) then (not(boolean(hmis:TCellSource))) else false())
if (hmis:ViralLoadAvailable) then boolean(hmis:DisabilityType/text()='8') else true()
if (hmis:ViralLoadAvailable/text()='1') then boolean(hmis:ViralLoad) else (if (not(hmis:ViralLoadAvailable/text()='1')) then (not(boolean(hmis:ViralLoad))) else false())
if (hmis:ViralLoad) then boolean(hmis:ViralLoadSource) else (if (not(hmis:ViralLoad)) then (not(boolean(hmis:ViralLoadSource))) else false())
Source
<xs:element name="Disabilities" type="hmis:disabilities"/>
[ top ]
Element disabilities / DisabilitiesID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the Exit's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="DisabilitiesID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Exit's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element disabilities / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element disabilities / DisabilityType
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
The permissible values correspond to the decimal values of the corresponding disability types.  4.5 Physical Disability is "5" and 4.10 Substance Abuse is "10".
Diagram
Diagram HUD_HMIS.tmp#disabilityType
Type disabilityType
Properties
content simple
Facets
enumeration 5
Physical Disability
enumeration 6
Developmental Disability
enumeration 7
Chronic Health Condition
enumeration 8
HIV/AIDS
enumeration 9
Mental Health Problem
enumeration 10
Substance Abuse
Source
<xs:element name="DisabilityType" type="hmis:disabilityType">
  <xs:annotation>
    <xs:documentation xml:lang="en">The permissible values correspond to the decimal values of the corresponding disability types. 4.5 Physical Disability is "5" and 4.10 Substance Abuse is "10".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element disabilities / DisabilityResponse
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.5-4.10, Response #2.  Permissable values vary depending on which disability type is declared.  The values are contined with "Field and Response(s) 2" within 4.5 through 4.10.
See September 2015 HMIS Data Manual, "Section 4.5-4.10."
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
Source
<xs:element name="DisabilityResponse" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.5-4.10, Response #2. Permissable values vary depending on which disability type is declared. The values are contined with "Field and Response(s) 2" within 4.5 through 4.10.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.5-4.10."</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element disabilities / IndefiniteAndImpairsIndependence
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.5-4.10, Response #2A.
See September 2015 HMIS Data Manual, "Section 4.5-4.10."
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="IndefiniteAndImpairsIndependence" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.5-4.10, Response #2A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.5-4.10."</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element disabilities / DocumentationOnFile
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.5-4.10, Response #2B.
See September 2015 HMIS Data Manual, "Section 4.5-4.10."
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="DocumentationOnFile" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.5-4.10, Response #2B.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.5-4.10."</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element disabilities / ReceivingServices
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.5-4.10, Response #2C.
See September 2015 HMIS Data Manual, "Section 4.5-4.10."
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ReceivingServices" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.5-4.10, Response #2C.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.5-4.10."</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element disabilities / PATHHowConfirmed
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.9-4.10, Response #2D.
See September 2015 HMIS Data Manual, "Section 4.9-4.10."
Diagram
Diagram HUD_HMIS.tmp#pathHowConfirmed
Type pathHowConfirmed
Properties
content simple
minOccurs 0
Facets
enumeration 1
Unconfirmed; presumptive or self-report
enumeration 2
Confirmed through assessment and clinical evaluation
enumeration 3
Confirmed by prior evaluation or clinical records
enumeration 99
Data not collected
Source
<xs:element name="PATHHowConfirmed" type="hmis:pathHowConfirmed" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.9-4.10, Response #2D.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.9-4.10."</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element disabilities / PATHSMIInformation
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.9, Response #2E.
See September 2015 HMIS Data Manual, "Section 4.9."
Diagram
Diagram HUD_HMIS.tmp#pathSMIInformation
Type pathSMIInformation
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Unconfirmed; presumptive or self-report
enumeration 2
Confirmed through assessment and clinical evaluation
enumeration 3
Confirmed by prior evaluation or clinical records
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="PATHSMIInformation" type="hmis:pathSMIInformation" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.9, Response #2E.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.9."</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element disabilities / TCellCountAvailable
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.47 #2.
See September 2015 HMIS Data Manual, "Section 4.47."
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="TCellCountAvailable" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.47 #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.47."</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element disabilities / TCellCount
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.47 A.
See September 2015 HMIS Data Manual, "Section 4.47."
Diagram
Diagram HUD_HMIS.tmp#tCellCount
Type tCellCount
Properties
content simple
minOccurs 0
Facets
maxInclusive 1500
minInclusive 0
Source
<xs:element name="TCellCount" type="hmis:tCellCount" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.47 A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.47."</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element disabilities / TCellSource
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.47 B.
See September 2015 HMIS Data Manual, "Section 4.47."
Diagram
Diagram HUD_HMIS.tmp#tCellOrViralLoadSource
Type tCellOrViralLoadSource
Properties
content simple
minOccurs 0
Facets
enumeration 1
Medical Report
enumeration 2
Client Report
enumeration 3
Other
Source
<xs:element name="TCellSource" type="hmis:tCellOrViralLoadSource" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.47 B.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.47."</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element disabilities / ViralLoadAvailable
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.47 #3.
See September 2015 HMIS Data Manual, "Section 4.47."
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ViralLoadAvailable" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.47 #3.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.47."</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element disabilities / ViralLoad
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.47 C.
See September 2015 HMIS Data Manual, "Section 4.47."
Diagram
Diagram HUD_HMIS.tmp#viralLoad
Type viralLoad
Properties
content simple
minOccurs 0
Facets
maxInclusive 999999
minInclusive 0
Source
<xs:element name="ViralLoad" type="hmis:viralLoad" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.47 C.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.47."</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element disabilities / ViralLoadSource
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.47 D.
See September 2015 HMIS Data Manual, "Section 4.47."
Diagram
Diagram HUD_HMIS.tmp#tCellOrViralLoadSource
Type tCellOrViralLoadSource
Properties
content simple
minOccurs 0
Facets
enumeration 1
Medical Report
enumeration 2
Client Report
enumeration 3
Other
Source
<xs:element name="ViralLoadSource" type="hmis:tCellOrViralLoadSource" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.47 D.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.47."</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / DomesticViolence
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#dataCollectionStage HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#domesticViolence_DomesticViolenceID HUD_HMIS.tmp#domesticViolence_ProjectEntryID HUD_HMIS.tmp#domesticViolence_DomesticViolenceVictim HUD_HMIS.tmp#domesticViolence_WhenOccurred HUD_HMIS.tmp#domesticViolence_CurrentlyFleeing HUD_HMIS.tmp#domesticViolence
Type domesticViolence
Properties
content complex
Model
Children CurrentlyFleeing, DomesticViolenceID, DomesticViolenceVictim, ProjectEntryID, WhenOccurred
Instance
<DomesticViolence dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <DomesticViolenceID>{1,1}</DomesticViolenceID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <DomesticViolenceVictim>{0,1}</DomesticViolenceVictim>
  <WhenOccurred>{0,1}</WhenOccurred>
  <CurrentlyFleeing>{0,1}</CurrentlyFleeing>
</DomesticViolence>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:DomesticViolenceVictim/text()='1') then boolean(hmis:CurrentlyFleeing) else (if (not(hmis:DomesticViolenceVictim/text()='1')) then (not(boolean(hmis:CurrentlyFleeing))) else false())
Source
<xs:element name="DomesticViolence" type="hmis:domesticViolence"/>
[ top ]
Element domesticViolence / DomesticViolenceID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the DomesticViolence's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="DomesticViolenceID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the DomesticViolence's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element domesticViolence / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element domesticViolence / DomesticViolenceVictim
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.11, #2.
See September 2015 HMIS Data Manual, "4.11 Domestic Violence Victim/Survivor"
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="DomesticViolenceVictim" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.11, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.11 Domestic Violence Victim/Survivor"</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element domesticViolence / WhenOccurred
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.11, #A.
See September 2015 HMIS Data Manual, "4.11 Domestic Violence Victim/Survivor"
Diagram
Diagram HUD_HMIS.tmp#whenOccurred
Type whenOccurred
Properties
content simple
minOccurs 0
Facets
enumeration 1
Within the past three months
enumeration 2
Three to six months ago (excluding six months exactly)
enumeration 3
Six months to one year ago (excluding one year exactly)
enumeration 4
One year ago or more
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="WhenOccurred" type="hmis:whenOccurred" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.11, #A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.11 Domestic Violence Victim/Survivor"</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element domesticViolence / CurrentlyFleeing
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.11, #B.
See September 2015 HMIS Data Manual, "4.11 Domestic Violence Victim/Survivor"
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="CurrentlyFleeing" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.11, #B.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.11 Domestic Violence Victim/Survivor"</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / Education
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#dataCollectionStage HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#education_EducationID HUD_HMIS.tmp#education_ProjectEntryID HUD_HMIS.tmp#education_LastGradeCompleted HUD_HMIS.tmp#education_SchoolStatus HUD_HMIS.tmp#education
Type education
Properties
content complex
Model
Children EducationID, LastGradeCompleted, ProjectEntryID, SchoolStatus
Instance
<Education dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <EducationID>{1,1}</EducationID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <LastGradeCompleted>{0,1}</LastGradeCompleted>
  <SchoolStatus>{0,1}</SchoolStatus>
</Education>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="Education" type="hmis:education"/>
[ top ]
Element education / EducationID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the LastGradeCompletedID's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="EducationID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the LastGradeCompletedID's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element education / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element education / LastGradeCompleted
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.24, #1.
See September 2015 HMIS Data Manual, "4.24 Last Grade Completed"
Diagram
Diagram HUD_HMIS.tmp#lastGradeCompletedSimple
Type lastGradeCompletedSimple
Properties
content simple
minOccurs 0
Facets
enumeration 1
Less than Grade 5
enumeration 2
Grades 5-6
enumeration 3
Grades 7-8
enumeration 4
Grades 9-11
enumeration 5
Grade 12
enumeration 6
School program does not have grade levels
enumeration 7
GED
enumeration 10
Some college
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="LastGradeCompleted" type="hmis:lastGradeCompletedSimple" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.24, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.24 Last Grade Completed"</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element education / SchoolStatus
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.25, #1.
See September 2015 HMIS Data Manual, "4.25 School Status"
Diagram
Diagram HUD_HMIS.tmp#schoolStatus
Type schoolStatus
Properties
content simple
minOccurs 0
Facets
enumeration 1
Attending school regularly
enumeration 2
Attending school irregularly
enumeration 3
Graduated from high school
enumeration 4
Obtained GED
enumeration 5
Dropped out
enumeration 6
Suspended
enumeration 7
Expelled
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="SchoolStatus" type="hmis:schoolStatus" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.25, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.25 School Status"</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / Employment
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.26
See September 2015 HMIS Data Manual, Section 4.26 "Employment Status".
Diagram
Diagram HUD_HMIS.tmp#dataCollectionStage HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#employment_EmploymentID HUD_HMIS.tmp#employment_ProjectEntryID HUD_HMIS.tmp#employment_Employed HUD_HMIS.tmp#employment_EmploymentType HUD_HMIS.tmp#employment_NotEmployedReason HUD_HMIS.tmp#employment
Type employment
Properties
content complex
Model
Children Employed, EmploymentID, EmploymentType, NotEmployedReason, ProjectEntryID
Instance
<Employment dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <EmploymentID>{1,1}</EmploymentID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <Employed>{1,1}</Employed>
  <EmploymentType>{0,1}</EmploymentType>
  <NotEmployedReason>{0,1}</NotEmployedReason>
</Employment>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="Employment" type="hmis:employment">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.26</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.26 "Employment Status".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element employment / EmploymentID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the Employment's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="EmploymentID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Employment's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element employment / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element employment / Employed
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.26, #2.
See September 2015 HMIS Data Manual, "4.26 Employment Status, Employed"
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="Employed" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.26, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.26 Employment Status, Employed"</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element employment / EmploymentType
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.26, #2A.
See September 2015 HMIS Data Manual, "4.26 Employment Type"
Diagram
Diagram HUD_HMIS.tmp#employmentType
Type employmentType
Properties
content simple
minOccurs 0
Facets
enumeration 1
Full-timed
enumeration 2
Part-time
enumeration 3
Seasonal / sporadic (including day labor)
enumeration 99
Data not collected
Source
<xs:element name="EmploymentType" type="hmis:employmentType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.26, #2A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.26 Employment Type"</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element employment / NotEmployedReason
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.26, #2B.
See September 2015 HMIS Data Manual, "4.26 Employment Status"
Diagram
Diagram HUD_HMIS.tmp#notEmployedReason
Type notEmployedReason
Properties
content simple
minOccurs 0
Facets
enumeration 1
Looking for work
enumeration 2
Unable to work
enumeration 3
Not looking for work
enumeration 99
Data not collected
Source
<xs:element name="NotEmployedReason" type="hmis:notEmployedReason" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.26, #2B.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.26 Employment Status"</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / Enrollment
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#enrollment_ProjectEntryID HUD_HMIS.tmp#enrollment_PersonalID HUD_HMIS.tmp#enrollment_ProjectID HUD_HMIS.tmp#enrollment_EntryDate HUD_HMIS.tmp#enrollment_HouseholdID HUD_HMIS.tmp#enrollment_RelationshipToHoH HUD_HMIS.tmp#enrollment_ResidencePrior HUD_HMIS.tmp#enrollment_OtherResidencePrior HUD_HMIS.tmp#enrollment_ResidencePriorLengthOfStay HUD_HMIS.tmp#enrollment_EntryFromStreetESSH HUD_HMIS.tmp#enrollment_DateToStreetESSH HUD_HMIS.tmp#enrollment_TimesHomelessPastThreeYears HUD_HMIS.tmp#enrollment_MonthsHomelessPastThreeYears HUD_HMIS.tmp#enrollment_DisablingCondition HUD_HMIS.tmp#enrollment_HousingStatus HUD_HMIS.tmp#enrollment
Type enrollment
Properties
content complex
Model
Children DateToStreetESSH, DisablingCondition, EntryDate, EntryFromStreetESSH, HouseholdID, HousingStatus, MonthsHomelessPastThreeYears, OtherResidencePrior, PersonalID, ProjectEntryID, ProjectID, RelationshipToHoH, ResidencePrior, ResidencePriorLengthOfStay, TimesHomelessPastThreeYears
Instance
<Enrollment dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <PersonalID>{1,1}</PersonalID>
  <ProjectID>{1,1}</ProjectID>
  <EntryDate>{1,1}</EntryDate>
  <HouseholdID>{1,1}</HouseholdID>
  <RelationshipToHoH>{1,1}</RelationshipToHoH>
  <ResidencePrior>{0,1}</ResidencePrior>
  <OtherResidencePrior>{0,1}</OtherResidencePrior>
  <ResidencePriorLengthOfStay>{0,1}</ResidencePriorLengthOfStay>
  <EntryFromStreetESSH>{0,1}</EntryFromStreetESSH>
  <DateToStreetESSH>{0,1}</DateToStreetESSH>
  <TimesHomelessPastThreeYears>{0,1}</TimesHomelessPastThreeYears>
  <MonthsHomelessPastThreeYears>{0,1}</MonthsHomelessPastThreeYears>
  <DisablingCondition>{0,1}</DisablingCondition>
  <HousingStatus>{0,1}</HousingStatus>
</Enrollment>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:ResidencePrior/text()='17') then boolean(hmis:OtherResidencePrior) else (if (not(hmis:ResidencePrior/text()='17')) then (not(boolean(hmis:OtherResidencePrior))) else false())
if (hmis:TimesHomelessPastThreeYears/text()='1' or hmis:TimesHomelessPastThreeYears/text()='2' or hmis:TimesHomelessPastThreeYears/text()='3' or hmis:TimesHomelessPastThreeYears/text()='4') then boolean(hmis:MonthsHomelessPastThreeYears) else (if (not(hmis:TimesHomelessPastThreeYears/text()='1' or hmis:TimesHomelessPastThreeYears/text()='2' or hmis:TimesHomelessPastThreeYears/text()='3' or hmis:TimesHomelessPastThreeYears/text()='4')) then (not(boolean(hmis:MonthsHomelessPastThreeYears))) else false())
if (hmis:EntryFromStreetESSH/text()='1') then boolean(hmis:DateToStreetESSH) else (if (not(hmis:EntryFromStreetESSH/text()='1')) then (not(boolean(hmis:DateToStreetESSH))) else false())
Source
<xs:element name="Enrollment" type="hmis:enrollment"/>
[ top ]
Element enrollment / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the Enrollment's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Enrollment's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element enrollment / PersonalID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Client's ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="PersonalID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Client's ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element enrollment / ProjectID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the associated Project's ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the associated Project's ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element enrollment / EntryDate
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.10.
See September 2015 HMIS Data Manual, Section 3.10.
Diagram
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="EntryDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.10.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.10.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element enrollment / HouseholdID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.14.
See September 2015 HMIS Data Manual, Section 3.14.
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="HouseholdID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.14.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.14.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element enrollment / RelationshipToHoH
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.15.
See September 2015 HMIS Data Manual, Section 3.15.
Diagram
Diagram HUD_HMIS.tmp#relationshipToHoH
Type relationshipToHoH
Properties
content simple
Facets
enumeration 1
Self (head of household)
enumeration 2
Head of household’s child
enumeration 3
Head of household’s spouse or partner
enumeration 4
Head of household’s other relation member (other relation to head of household)
enumeration 5
Other: non-relation member
Source
<xs:element name="RelationshipToHoH" type="hmis:relationshipToHoH">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.15.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.15.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element enrollment / ResidencePrior
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.9.
See September 2015 HMIS Data Manual, Section 3.9.
Diagram
Diagram HUD_HMIS.tmp#residencePrior
Type residencePrior
Properties
content simple
minOccurs 0
Facets
enumeration 1
Emergency shelter, including hotel or motel paid for with emergency shelter voucher
enumeration 2
Transitional housing for homeless persons (including homeless youth)
enumeration 3
Permanent housing for formerly homeless persons (such as: CoC project; HUD legacy programs; or HOPWA PH)
enumeration 4
Psychiatric hospital or other psychiatric facility
enumeration 5
Substance abuse treatment facility or detox center
enumeration 6
Hospital or other residential non-psychiatric medical facility
enumeration 7
Jail, prison or juvenile detention facility
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 12
Staying or living in a family member’s room, apartment or house
enumeration 13
Staying or living in a friend’s room, apartment or house
enumeration 14
Hotel or motel paid for without emergency shelter voucher
enumeration 15
Foster care home or foster care group home
enumeration 16
Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside)
enumeration 17
Other
enumeration 18
Safe Haven
enumeration 19
Rental by client, with VASH subsidy
enumeration 20
Rental by client, with other ongoing housing subsidy
enumeration 21
Owned by client, with ongoing housing subsidy
enumeration 22
Rental by client, no ongoing housing subsidy
enumeration 23
Owned by client, no ongoing housing subsidy
enumeration 24
Long-term care facility or nursing home
enumeration 25
Rental by client, with GPD TIP subsidy
enumeration 26
Residential project or halfway house with no homeless criteria
enumeration 99
Data not collected
Source
<xs:element name="ResidencePrior" type="hmis:residencePrior" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.9.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.9.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element enrollment / OtherResidencePrior
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.9.
See September 2015 HMIS Data Manual, Section 3.9.
Diagram
Diagram HUD_HMIS.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="OtherResidencePrior" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.9.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.9.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element enrollment / ResidencePriorLengthOfStay
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.9.
See September 2015 HMIS Data Manual, Section 3.9.
Diagram
Diagram HUD_HMIS.tmp#residencePriorLengthOfStay
Type residencePriorLengthOfStay
Properties
content simple
minOccurs 0
Facets
enumeration 2
More than one week, but less than one month
enumeration 3
One to three months
enumeration 4
More than three months, but less than one year
enumeration 5
One year or longer
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 10
One day or less
enumeration 11
Two days to one week
enumeration 99
Data not collected
Source
<xs:element name="ResidencePriorLengthOfStay" type="hmis:residencePriorLengthOfStay" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.9.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.9.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element enrollment / EntryFromStreetESSH
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.17 #1.
See September 2015 HMIS Data Manual, Section 3.17, #1.
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="EntryFromStreetESSH" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.17 #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.17, #1.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element enrollment / DateToStreetESSH
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.17 A.
See September 2015 HMIS Data Manual, Section 3.17 A.
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="DateToStreetESSH" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.17 A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.17 A.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element enrollment / TimesHomelessPastThreeYears
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.17, #2.
See September 2015 HMIS Data Manual, Section 3.17, #2.
Diagram
Diagram HUD_HMIS.tmp#timesHomelessPastThreeYears
Type timesHomelessPastThreeYears
Properties
content simple
minOccurs 0
Facets
enumeration 0
Never in the 3 years
enumeration 1
One time
enumeration 2
Two times
enumeration 3
Three times
enumeration 4
Four or more times
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="TimesHomelessPastThreeYears" type="hmis:timesHomelessPastThreeYears" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.17, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.17, #2.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element enrollment / MonthsHomelessPastThreeYears
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See 2015 HMIS Data Dictionary, Section 3.17, #2A.
See September 2015 HMIS Data Manual, Section 3.17, #2A.
Diagram
Diagram HUD_HMIS.tmp#monthsHomelessPastThreeYears
Type monthsHomelessPastThreeYears
Properties
content simple
minOccurs 0
Facets
enumeration 101
1 month
enumeration 102
2 months
enumeration 103
3 months
enumeration 104
4 months
enumeration 105
5 months
enumeration 106
6 months
enumeration 107
7 months
enumeration 108
8 months
enumeration 109
9 months
enumeration 110
10 months
enumeration 111
11 months
enumeration 112
12 months
enumeration 113
More than 12 months
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="MonthsHomelessPastThreeYears     " type="hmis:monthsHomelessPastThreeYears" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See 2015 HMIS Data Dictionary, Section 3.17, #2A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.17, #2A.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element enrollment / DisablingCondition
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.8.
See September 2015 HMIS Data Manual, Section 3.8.
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="DisablingCondition" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.8.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.8.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element enrollment / HousingStatus
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.1.
See September 2015 HMIS Data Manual, Section 4.1.
Diagram
Diagram HUD_HMIS.tmp#housingStatus
Type housingStatus
Properties
content simple
minOccurs 0
Facets
enumeration 1
Category 1 - Homeless
enumeration 2
Category 2 - At imminent risk of losing housing
enumeration 3
At-risk of homelessness
enumeration 4
Stably Housed
enumeration 5
Category 3 - Homeless only under other federal statutes
enumeration 6
Category 4 - Fleeing domestic violence
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="HousingStatus" type="hmis:housingStatus" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.1.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / EnrollmentCoC
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#dataCollectionStage HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#enrollmentCoC_EnrollmentCoCID HUD_HMIS.tmp#enrollmentCoC_ProjectEntryID HUD_HMIS.tmp#enrollmentCoC_CoCCode HUD_HMIS.tmp#enrollmentCoC
Type enrollmentCoC
Properties
content complex
Model
Children CoCCode, EnrollmentCoCID, ProjectEntryID
Instance
<EnrollmentCoC dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <EnrollmentCoCID>{1,1}</EnrollmentCoCID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <CoCCode>{1,1}</CoCCode>
</EnrollmentCoC>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="EnrollmentCoC" type="hmis:enrollmentCoC"/>
[ top ]
Element enrollmentCoC / EnrollmentCoCID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the EnrollmentCoC's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="EnrollmentCoCID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the EnrollmentCoC's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element enrollmentCoC / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment's ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment's ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element enrollmentCoC / CoCCode
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the CoC's ID
Diagram
Diagram HUD_HMIS.tmp#cocCode
Type cocCode
Properties
content simple
Facets
pattern [A-Za-z]{2}-[0-9]{3}
Source
<xs:element name="CoCCode" type="hmis:cocCode">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the CoC's ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / Exit
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#exit_ExitID HUD_HMIS.tmp#exit_ProjectEntryID HUD_HMIS.tmp#exit_ExitDate HUD_HMIS.tmp#exit_Destination HUD_HMIS.tmp#exit_OtherDestination HUD_HMIS.tmp#exit
Type exit
Properties
content complex
Model
Children Destination, ExitDate, ExitID, OtherDestination, ProjectEntryID
Instance
<Exit dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <ExitID>{1,1}</ExitID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <ExitDate>{1,1}</ExitDate>
  <Destination>{1,1}</Destination>
  <OtherDestination>{0,1}</OtherDestination>
</Exit>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:Destination/text()='17') then boolean(hmis:OtherDestination) else (if (not(hmis:Destination/text()='17')) then (not(boolean(hmis:OtherDestination))) else false())
Source
<xs:element name="Exit" type="hmis:exit"/>
[ top ]
Element exit / ExitID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the Exit's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ExitID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Exit's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exit / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exit / ExitDate
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.11, #1.
See September 2015 HMIS Data Manual, Section "3.11 Project Exit Date".
Diagram
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="ExitDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.11, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "3.11 Project Exit Date".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exit / Destination
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.12, #1.
See September 2015 HMIS Data Manual, Section "3.12 Destination".
Diagram
Diagram HUD_HMIS.tmp#destination
Type destination
Properties
content simple
minOccurs 1
Facets
enumeration 24
Deceased
enumeration 1
Emergency shelter, including hotel or motel paid for with emergency shelter voucher
enumeration 15
Foster care home or foster care group home
enumeration 6
Hospital or other residential non-psychiatric medical facility
enumeration 14
Hotel or motel paid for without emergency shelter voucher
enumeration 7
Jail, prison or juvenile detention facility
enumeration 25
Long-term care facility or nursing home
enumeration 26
Moved from one HOPWA funded project to HOPWA PH
enumeration 27
Moved from one HOPWA funded project to HOPWA TH
enumeration 11
Owned by client, no ongoing housing subsidy
enumeration 21
Owned by client, with ongoing housing subsidy
enumeration 3
Permanent housing for formerly homeless persons (such as: CoC project; or HUD legacy programs; or HOPWA PH)
enumeration 16
Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside)
enumeration 4
Psychiatric hospital or other psychiatric facility
enumeration 10
Rental by client, no ongoing housing subsidy
enumeration 19
Rental by client, with VASH housing subsidy
enumeration 28
Rental by client, with GPD TIP housing subsidy
enumeration 20
Rental by client, with other ongoing housing subsidy
enumeration 29
Residential project or halfway house with no homeless criteria
enumeration 18
Safe Haven
enumeration 22
Staying or living with family, permanent tenure
enumeration 12
Staying or living with family, temporary tenure (e.g., room, apartment or house)
enumeration 23
Staying or living with friends, permanent tenure
enumeration 13
Staying or living with friends, temporary tenure (e.g., room apartment or house)
enumeration 5
Substance abuse treatment facility or detox center
enumeration 2
Transitional housing for homeless persons (including homeless youth)
enumeration 17
x
enumeration 30
No exit interview completed
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="Destination" type="hmis:destination" minOccurs="1">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.12, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "3.12 Destination".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exit / OtherDestination
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 3.12, #1A.
See September 2015 HMIS Data Manual, Section "3.12 Destination".
Diagram
Diagram HUD_HMIS.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="OtherDestination" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.12, #1A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "3.12 Destination".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / ExitHousingAssessment
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.19
See September 2015 HMIS Data Manual, Section "4.19 Housing Assessment at Exit".
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#exitHousingAssessment_ExitHousingAssessmentID HUD_HMIS.tmp#exitHousingAssessment_ExitID HUD_HMIS.tmp#exitHousingAssessment_HousingAssessment HUD_HMIS.tmp#exitHousingAssessment_SubsidyInformation HUD_HMIS.tmp#exitHousingAssessment
Type exitHousingAssessment
Properties
content complex
Model
Children ExitHousingAssessmentID, ExitID, HousingAssessment, SubsidyInformation
Instance
<ExitHousingAssessment dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <ExitHousingAssessmentID>{1,1}</ExitHousingAssessmentID>
  <ExitID>{1,1}</ExitID>
  <HousingAssessment>{1,1}</HousingAssessment>
  <SubsidyInformation>{0,1}</SubsidyInformation>
</ExitHousingAssessment>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="ExitHousingAssessment" type="hmis:exitHousingAssessment">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.19</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.19 Housing Assessment at Exit".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exitHousingAssessment / ExitHousingAssessmentID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the ExitHousingAssessment's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ExitHousingAssessmentID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the ExitHousingAssessment's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exitHousingAssessment / ExitID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ExitID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exitHousingAssessment / HousingAssessment
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.19, #1.
See September 2015 HMIS Data Manual, Section "4.19 Housing Assessment at Exit".
Diagram
Diagram HUD_HMIS.tmp#housingAssessmentAtExit
Type housingAssessmentAtExit
Properties
content simple
Facets
enumeration 1
Able to maintain the housing they had at project entry
enumeration 2
Moved to new housing unit
enumeration 3
Moved in with family/friends on a temporary basis
enumeration 4
Moved in with family/friends on a permanent basis
enumeration 5
Moved to a transitional or temporary housing facility or program
enumeration 6
Client became homeless – moving to a shelter or other place unfit for human habitation
enumeration 7
Client went to jail/prison
enumeration 10
Client died
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="HousingAssessment" type="hmis:housingAssessmentAtExit">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.19, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.19 Housing Assessment at Exit".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exitHousingAssessment / SubsidyInformation
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.19, #1A.
See September 2015 HMIS Data Manual, Section "4.19 Housing Assessment at Exit".
Diagram
Diagram HUD_HMIS.tmp#subsidyInformation
Type subsidyInformation
Properties
content simple
minOccurs 0
Facets
enumeration 1
Without a subsidy
enumeration 2
With the subsidy they had at project entry
enumeration 3
With an on-going subsidy acquired since project entry
enumeration 4
Only with financial assistance other than a subsidy
enumeration 11
With on-going subsidy
enumeration 12
Without an on-going subsidy
Source
<xs:element name="SubsidyInformation" type="hmis:subsidyInformation" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.19, #1A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.19 Housing Assessment at Exit".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / ExitPATH
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#exitPATH_ExitPATHID HUD_HMIS.tmp#exitPATH_ExitID HUD_HMIS.tmp#exitPATH_ConnectionWithSOAR HUD_HMIS.tmp#exitPATH
Type exitPATH
Properties
content complex
Model
Children ConnectionWithSOAR, ExitID, ExitPATHID
Instance
<ExitPATH dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <ExitPATHID>{1,1}</ExitPATHID>
  <ExitID>{1,1}</ExitID>
  <ConnectionWithSOAR>{1,1}</ConnectionWithSOAR>
</ExitPATH>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="ExitPATH" type="hmis:exitPATH"/>
[ top ]
Element exitPATH / ExitPATHID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the ExitPATHID's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ExitPATHID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the ExitPATHID's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exitPATH / ExitID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Exit ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ExitID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Exit ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exitPATH / ConnectionWithSOAR
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.21, #1.
See September 2015 HMIS Data Manual, Section "4.21 Connection with SOAR".
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ConnectionWithSOAR" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.21, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.21 Connection with SOAR".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / ExitRHY
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#exitRHY_ExitRHYID HUD_HMIS.tmp#exitRHY_ExitID HUD_HMIS.tmp#exitRHY_WrittenAftercarePlan HUD_HMIS.tmp#exitRHY_AssistanceMainstreamBenefits HUD_HMIS.tmp#exitRHY_PermanentHousingPlacement HUD_HMIS.tmp#exitRHY_TemporaryShelterPlacement HUD_HMIS.tmp#exitRHY_ExitCounseling HUD_HMIS.tmp#exitRHY_FurtherFollowUpServices HUD_HMIS.tmp#exitRHY_ScheduledFollowUpContacts HUD_HMIS.tmp#exitRHY_ResourcePackage HUD_HMIS.tmp#exitRHY_OtherAftercarePlanOrAction HUD_HMIS.tmp#exitRHY_FamilyReunificationAchieved HUD_HMIS.tmp#exitRHY_ProjectCompletionStatus HUD_HMIS.tmp#exitRHY_EarlyExitReason HUD_HMIS.tmp#exitRHY
Type exitRHY
Properties
content complex
Model
Children AssistanceMainstreamBenefits, EarlyExitReason, ExitCounseling, ExitID, ExitRHYID, FamilyReunificationAchieved, FurtherFollowUpServices, OtherAftercarePlanOrAction, PermanentHousingPlacement, ProjectCompletionStatus, ResourcePackage, ScheduledFollowUpContacts, TemporaryShelterPlacement, WrittenAftercarePlan
Instance
<ExitRHY dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <ExitRHYID>{0,1}</ExitRHYID>
  <ExitID>{0,1}</ExitID>
  <WrittenAftercarePlan>{0,1}</WrittenAftercarePlan>
  <AssistanceMainstreamBenefits>{0,1}</AssistanceMainstreamBenefits>
  <PermanentHousingPlacement>{0,1}</PermanentHousingPlacement>
  <TemporaryShelterPlacement>{0,1}</TemporaryShelterPlacement>
  <ExitCounseling>{0,1}</ExitCounseling>
  <FurtherFollowUpServices>{0,1}</FurtherFollowUpServices>
  <ScheduledFollowUpContacts>{0,1}</ScheduledFollowUpContacts>
  <ResourcePackage>{0,1}</ResourcePackage>
  <OtherAftercarePlanOrAction>{0,1}</OtherAftercarePlanOrAction>
  <FamilyReunificationAchieved>{0,1}</FamilyReunificationAchieved>
  <ProjectCompletionStatus>{0,1}</ProjectCompletionStatus>
  <EarlyExitReason>{0,1}</EarlyExitReason>
</ExitRHY>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="ExitRHY" type="hmis:exitRHY"/>
[ top ]
Element exitRHY / ExitRHYID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the ExitRHY' unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
minOccurs 0
Facets
maxLength 32
Source
<xs:element name="ExitRHYID" type="hmis:string32" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the ExitRHY' unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exitRHY / ExitID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
minOccurs 0
Facets
maxLength 32
Source
<xs:element name="ExitID" type="hmis:string32" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exitRHY / WrittenAftercarePlan
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.36, #1.
See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".
Diagram
Diagram HUD_HMIS.tmp#noYesRefused
Type noYesRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="WrittenAftercarePlan" type="hmis:noYesRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.36, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exitRHY / AssistanceMainstreamBenefits
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.36, #2.
See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".
Diagram
Diagram HUD_HMIS.tmp#noYesRefused
Type noYesRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="AssistanceMainstreamBenefits" type="hmis:noYesRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.36, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exitRHY / PermanentHousingPlacement
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.36, #3.
See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".
Diagram
Diagram HUD_HMIS.tmp#noYesRefused
Type noYesRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="PermanentHousingPlacement" type="hmis:noYesRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.36, #3.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exitRHY / TemporaryShelterPlacement
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.36, #4.
See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".
Diagram
Diagram HUD_HMIS.tmp#noYesRefused
Type noYesRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="TemporaryShelterPlacement" type="hmis:noYesRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.36, #4.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exitRHY / ExitCounseling
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.36, #5.
See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".
Diagram
Diagram HUD_HMIS.tmp#noYesRefused
Type noYesRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ExitCounseling" type="hmis:noYesRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.36, #5.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exitRHY / FurtherFollowUpServices
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.36, #6.
See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".
Diagram
Diagram HUD_HMIS.tmp#noYesRefused
Type noYesRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="FurtherFollowUpServices" type="hmis:noYesRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.36, #6.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exitRHY / ScheduledFollowUpContacts
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.36, #7.
See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".
Diagram
Diagram HUD_HMIS.tmp#noYesRefused
Type noYesRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ScheduledFollowUpContacts" type="hmis:noYesRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.36, #7.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exitRHY / ResourcePackage
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.36, #8.
See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".
Diagram
Diagram HUD_HMIS.tmp#noYesRefused
Type noYesRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ResourcePackage" type="hmis:noYesRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.36, #8.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exitRHY / OtherAftercarePlanOrAction
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.36, #9.
See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".
Diagram
Diagram HUD_HMIS.tmp#noYesRefused
Type noYesRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="OtherAftercarePlanOrAction" type="hmis:noYesRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.36, #9.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exitRHY / FamilyReunificationAchieved
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.38, #1.
See September 2015 HMIS Data Manual, Section "4.38 Family Reunification Achieved".
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="FamilyReunificationAchieved" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.38, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.38 Family Reunification Achieved".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exitRHY / ProjectCompletionStatus
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.37, #1.
See September 2015 HMIS Data Manual, Section "4.37 Project Completion Status".
Diagram
Diagram HUD_HMIS.tmp#projectCompletionStatusSimple
Type projectCompletionStatusSimple
Properties
content simple
minOccurs 0
Facets
enumeration 1
Completed project
enumeration 2
Youth voluntarily left early
enumeration 3
Youth was expelled or otherwise involuntarily discharged from project
enumeration 99
Data not collected
Source
<xs:element name="ProjectCompletionStatus" type="hmis:projectCompletionStatusSimple" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.37, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.37 Project Completion Status".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element exitRHY / EarlyExitReason
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.37, 1A or 1B, depending on whether 2 (use 1A) or 3 (use 1B) is the response to 4.37.
See September 2015 HMIS Data Manual, Section "4.37 Project Completion Status".
Diagram
Diagram HUD_HMIS.tmp#earlyExitReason
Type earlyExitReason
Properties
content simple
minOccurs 0
Facets
enumeration 1
Left for other opportunities – Independent living *OR* Criminal activity/destruction of property/violence
enumeration 2
Left for other opportunities - Education *OR* Non-compliance with project rules
enumeration 3
Left for other opportunities - Military *OR* Non-payment of rent/occupancy charge
enumeration 4
Left for other opportunities - Other *OR* Reached maximum time allowed by project
enumeration 5
Needs could not be met by project *OR* Project terminated
enumeration 6
Unknown/disappeared
enumeration 99
Data not collected
Source
<xs:element name="EarlyExitReason" type="hmis:earlyExitReason" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.37, 1A or 1B, depending on whether 2 (use 1A) or 3 (use 1B) is the response to 4.37.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.37 Project Completion Status".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / Funder
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#funder_FunderID HUD_HMIS.tmp#funder_ProjectID HUD_HMIS.tmp#funder_Funder HUD_HMIS.tmp#funder_GrantID HUD_HMIS.tmp#funder_StartDate HUD_HMIS.tmp#funder_EndDate HUD_HMIS.tmp#funder
Type funder
Properties
content complex
Model
Children EndDate, Funder, FunderID, GrantID, ProjectID, StartDate
Instance
<Funder dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <FunderID>{1,1}</FunderID>
  <ProjectID>{1,1}</ProjectID>
  <Funder>{1,1}</Funder>
  <GrantID>{1,1}</GrantID>
  <StartDate>{1,1}</StartDate>
  <EndDate>{0,1}</EndDate>
</Funder>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="Funder" type="hmis:funder"/>
[ top ]
Element funder / FunderID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the Funder's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="FunderID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Funder's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element funder / ProjectID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to a Project element
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to a Project element</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element funder / Funder
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.6, #1.
See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Diagram HUD_HMIS.tmp#federalPartnerProgramsAndComponents
Type federalPartnerProgramsAndComponents
Properties
content simple
Facets
enumeration 1
HUD:CoC – Homelessness Prevention (High Performing Comm. Only)
enumeration 2
HUD:CoC – Permanent Supportive Housing
enumeration 3
HUD:CoC – Rapid Re-Housing
enumeration 4
HUD:CoC – Supportive Services Only
enumeration 5
HUD:CoC – Transitional Housing
enumeration 6
HUD:CoC – Safe Haven
enumeration 7
HUD:CoC – Single Room Occupancy (SRO)
enumeration 8
HUD:ESG – Emergency Shelter (operating and/or essential services)
enumeration 9
HUD:ESG – Homelessness Prevention
enumeration 10
HUD:ESG – Rapid Rehousing
enumeration 11
HUD:ESG – Street Outreach
enumeration 12
HUD:Rural Housing Stability Assistance Program
enumeration 13
HUD:HOPWA – Hotel/Motel Vouchers
enumeration 14
HUD:HOPWA – Housing Information
enumeration 15
HUD:HOPWA – Permanent Housing
enumeration 16
HUD:HOPWA – Permanent Housing Placement (facility based or TBRA)
enumeration 17
HUD:HOPWA – Short-Term Rent, Mortgage, Utility assistance
enumeration 18
HUD:HOPWA – Short-Term Supportive Facility
enumeration 19
HUD:HOPWA – Transitional Housing (facility based or TBRA)
enumeration 20
HUD:HUD/VASH
enumeration 21
HHS:PATH – Street Outreach and Supportive Services Only
enumeration 22
HHS:RHY – Basic Center Program (prevention and shelter)
enumeration 23
HHS:RHY – Maternity Group Home for Pregnant and Parenting Youth
enumeration 24
HHS:RHY – Transitional Living Program
enumeration 25
HHS:RHY – Street Outreach Project
enumeration 26
HHS:RHY – Demonstration Project
enumeration 27
VA: Community Contract Emergency Housing
enumeration 28
VA: Community Contract Residential Treatment Program
enumeration 29
VA:Domiciliary Care
enumeration 30
VA:Community Contract Safe Haven Program
enumeration 31
VA:Grant and Per Diem Program
enumeration 32
VA:Compensated Work Therapy Transitional Residence
enumeration 33
VA:Supportive Services for Veteran Families
enumeration 34
N/A
Source
<xs:element name="Funder" type="hmis:federalPartnerProgramsAndComponents">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.6, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element funder / GrantID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.6, #2.
See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="GrantID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.6, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element funder / StartDate
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.6, #3.
See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="StartDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.6, #3.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element funder / EndDate
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.6, #4.
See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="EndDate" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.6, #4.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / HealthInsurance
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.4
See September 2015 HMIS Data Manual, Section 4.4 "Health Insurance".
Diagram
Diagram HUD_HMIS.tmp#dataCollectionStage HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#healthInsurance_HealthInsuranceID HUD_HMIS.tmp#healthInsurance_ProjectEntryID HUD_HMIS.tmp#healthInsurance_InsuranceFromAnySource HUD_HMIS.tmp#healthInsurance_Medicaid HUD_HMIS.tmp#healthInsurance_NoMedicaidReason HUD_HMIS.tmp#healthInsurance_Medicare HUD_HMIS.tmp#healthInsurance_NoMedicareReason HUD_HMIS.tmp#healthInsurance_SCHIP HUD_HMIS.tmp#healthInsurance_NoSCHIPReason HUD_HMIS.tmp#healthInsurance_VAMedicalServices HUD_HMIS.tmp#healthInsurance_NoVAMedReason HUD_HMIS.tmp#healthInsurance_EmployerProvided HUD_HMIS.tmp#healthInsurance_NoEmployerProvidedReason HUD_HMIS.tmp#healthInsurance_COBRA HUD_HMIS.tmp#healthInsurance_NoCOBRAReason HUD_HMIS.tmp#healthInsurance_PrivatePay HUD_HMIS.tmp#healthInsurance_NoPrivatePayReason HUD_HMIS.tmp#healthInsurance_StateHealthIns HUD_HMIS.tmp#healthInsurance_NoStateHealthInsReason HUD_HMIS.tmp#healthInsurance
Type healthInsurance
Properties
content complex
Model
Children COBRA, EmployerProvided, HealthInsuranceID, InsuranceFromAnySource, Medicaid, Medicare, NoCOBRAReason, NoEmployerProvidedReason, NoMedicaidReason, NoMedicareReason, NoPrivatePayReason, NoSCHIPReason, NoStateHealthInsReason, NoVAMedReason, PrivatePay, ProjectEntryID, SCHIP, StateHealthIns, VAMedicalServices
Instance
<HealthInsurance dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <HealthInsuranceID>{1,1}</HealthInsuranceID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <InsuranceFromAnySource>{1,1}</InsuranceFromAnySource>
  <Medicaid>{1,1}</Medicaid>
  <NoMedicaidReason>{0,1}</NoMedicaidReason>
  <Medicare>{1,1}</Medicare>
  <NoMedicareReason>{0,1}</NoMedicareReason>
  <SCHIP>{1,1}</SCHIP>
  <NoSCHIPReason>{0,1}</NoSCHIPReason>
  <VAMedicalServices>{1,1}</VAMedicalServices>
  <NoVAMedReason>{0,1}</NoVAMedReason>
  <EmployerProvided>{1,1}</EmployerProvided>
  <NoEmployerProvidedReason>{0,1}</NoEmployerProvidedReason>
  <COBRA>{1,1}</COBRA>
  <NoCOBRAReason>{0,1}</NoCOBRAReason>
  <PrivatePay>{1,1}</PrivatePay>
  <NoPrivatePayReason>{0,1}</NoPrivatePayReason>
  <StateHealthIns>{1,1}</StateHealthIns>
  <NoStateHealthInsReason>{0,1}</NoStateHealthInsReason>
</HealthInsurance>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="HealthInsurance" type="hmis:healthInsurance">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.4 "Health Insurance".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthInsurance / HealthInsuranceID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the HealthInsurance's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="HealthInsuranceID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the HealthInsurance's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthInsurance / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthInsurance / InsuranceFromAnySource
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.4, #2.
See September 2015 HMIS Data Manual, "4.4 Health Insurance".
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="InsuranceFromAnySource" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthInsurance / Medicaid
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.4, #3.
See September 2015 HMIS Data Manual, "4.4 Health Insurance".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="Medicaid" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #3.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthInsurance / NoMedicaidReason
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.4, #3A.
See September 2015 HMIS Data Manual, "4.4 Health Insurance".
Diagram
Diagram HUD_HMIS.tmp#noHealthInsuranceReason
Type noHealthInsuranceReason
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type N/A for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoMedicaidReason" type="hmis:noHealthInsuranceReason" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #3A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthInsurance / Medicare
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.4, #4.
See September 2015 HMIS Data Manual, "4.4 Health Insurance".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="Medicare" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #4.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthInsurance / NoMedicareReason
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.4, #4A.
See September 2015 HMIS Data Manual, "4.4 Health Insurance".
Diagram
Diagram HUD_HMIS.tmp#noHealthInsuranceReason
Type noHealthInsuranceReason
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type N/A for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoMedicareReason" type="hmis:noHealthInsuranceReason" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #4A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthInsurance / SCHIP
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.4, #5.
See September 2015 HMIS Data Manual, "4.4 Health Insurance".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="SCHIP" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #5.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthInsurance / NoSCHIPReason
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.4, #5A.
See September 2015 HMIS Data Manual, "4.4 Health Insurance".
Diagram
Diagram HUD_HMIS.tmp#noHealthInsuranceReason
Type noHealthInsuranceReason
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type N/A for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoSCHIPReason" type="hmis:noHealthInsuranceReason" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #5A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthInsurance / VAMedicalServices
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.4, #6.
See September 2015 HMIS Data Manual, "4.4 Health Insurance".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="VAMedicalServices" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #6.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthInsurance / NoVAMedReason
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.4, #6A.
See September 2015 HMIS Data Manual, "4.4 Health Insurance".
Diagram
Diagram HUD_HMIS.tmp#noHealthInsuranceReason
Type noHealthInsuranceReason
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type N/A for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoVAMedReason" type="hmis:noHealthInsuranceReason" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #6A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthInsurance / EmployerProvided
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.4, #7.
See September 2015 HMIS Data Manual, "4.4 Health Insurance".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="EmployerProvided" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #7.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthInsurance / NoEmployerProvidedReason
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.4, #7A.
See September 2015 HMIS Data Manual, "4.4 Health Insurance".
Diagram
Diagram HUD_HMIS.tmp#noHealthInsuranceReason
Type noHealthInsuranceReason
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type N/A for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoEmployerProvidedReason" type="hmis:noHealthInsuranceReason" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #7A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthInsurance / COBRA
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.4, #8.
See September 2015 HMIS Data Manual, "4.4 Health Insurance".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="COBRA" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #8.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthInsurance / NoCOBRAReason
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.4, #8A.
See September 2015 HMIS Data Manual, "4.4 Health Insurance".
Diagram
Diagram HUD_HMIS.tmp#noHealthInsuranceReason
Type noHealthInsuranceReason
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type N/A for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoCOBRAReason" type="hmis:noHealthInsuranceReason" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #8A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthInsurance / PrivatePay
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.4, #9.
See September 2015 HMIS Data Manual, "4.4 Health Insurance".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="PrivatePay" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #9.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthInsurance / NoPrivatePayReason
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.4, #9A.
See September 2015 HMIS Data Manual, "4.4 Health Insurance".
Diagram
Diagram HUD_HMIS.tmp#noHealthInsuranceReason
Type noHealthInsuranceReason
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type N/A for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoPrivatePayReason" type="hmis:noHealthInsuranceReason" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #9A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthInsurance / StateHealthIns
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.4, #10.
See September 2015 HMIS Data Manual, "4.4 Health Insurance".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="StateHealthIns" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #10.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthInsurance / NoStateHealthInsReason
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.4, #10A.
See September 2015 HMIS Data Manual, "4.4 Health Insurance".
Diagram
Diagram HUD_HMIS.tmp#noHealthInsuranceReason
Type noHealthInsuranceReason
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type N/A for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoStateHealthInsReason" type="hmis:noHealthInsuranceReason" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #10A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / HealthStatus
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.27
See September 2015 HMIS Data Manual, Section 4.27 "General Health Status".
Diagram
Diagram HUD_HMIS.tmp#dataCollectionStage HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#healthStatus_HealthStatusID HUD_HMIS.tmp#healthStatus_ProjectEntryID HUD_HMIS.tmp#healthStatus_HealthCategory HUD_HMIS.tmp#healthStatus_HealthStatus HUD_HMIS.tmp#healthStatus_DueDate HUD_HMIS.tmp#healthStatus
Type healthStatus
Properties
content complex
Model
Children DueDate, HealthCategory, HealthStatus, HealthStatusID, ProjectEntryID
Instance
<HealthStatus dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <HealthStatusID>{1,1}</HealthStatusID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <HealthCategory>{1,1}</HealthCategory>
  <HealthStatus>{1,1}</HealthStatus>
  <DueDate>{0,1}</DueDate>
</HealthStatus>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="HealthStatus" type="hmis:healthStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.27</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.27 "General Health Status".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthStatus / HealthStatusID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the HealthStatus' unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="HealthStatusID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the HealthStatus' unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthStatus / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthStatus / HealthCategory
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
The permissible values correspond to the decimal values of the corresponding health category.  4.27 General Health Status is "27" and 4.29 Mental Health Status is "29" and 4.30 Pregnancy Status is "30".
Diagram
Diagram HUD_HMIS.tmp#healthCategory
Type healthCategory
Properties
content simple
Facets
enumeration 27
General Health Status
enumeration 28
Dental Health Status
enumeration 29
Mental Health Status
Source
<xs:element name="HealthCategory" type="hmis:healthCategory">
  <xs:annotation>
    <xs:documentation xml:lang="en">The permissible values correspond to the decimal values of the corresponding health category. 4.27 General Health Status is "27" and 4.29 Mental Health Status is "29" and 4.30 Pregnancy Status is "30".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthStatus / HealthStatus
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.27-4.30, #1.
See September 2015 HMIS Data Manual, 4.27-4.30
Diagram
Diagram HUD_HMIS.tmp#healthStatusType
Type healthStatusType
Properties
content simple
Facets
enumeration 1
Excellent
enumeration 2
Very good
enumeration 3
Good
enumeration 4
Fair
enumeration 5
Poor
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="HealthStatus" type="hmis:healthStatusType">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.27-4.30, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.27-4.30</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element healthStatus / DueDate
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.30, #1A.
See September 2015 HMIS Data Manual, "4.30 Pregnancy Status"
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="DueDate" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.30, #1A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.30 Pregnancy Status"</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / HousingAssessmentDisposition
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.18
See September 2015 HMIS Data Manual, Section "4.18 Housing Assessment Disposition".
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#housingAssessmentDisposition_HousingAssessmentDispositionID HUD_HMIS.tmp#housingAssessmentDisposition_ExitID HUD_HMIS.tmp#housingAssessmentDisposition_AssessmentDisposition HUD_HMIS.tmp#housingAssessmentDisposition_OtherDisposition HUD_HMIS.tmp#housingAssessmentDisposition
Type housingAssessmentDisposition
Properties
content complex
Model
Children AssessmentDisposition, ExitID, HousingAssessmentDispositionID, OtherDisposition
Instance
<HousingAssessmentDisposition dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <HousingAssessmentDispositionID>{1,1}</HousingAssessmentDispositionID>
  <ExitID>{1,1}</ExitID>
  <AssessmentDisposition>{1,1}</AssessmentDisposition>
  <OtherDisposition>{0,1}</OtherDisposition>
</HousingAssessmentDisposition>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="HousingAssessmentDisposition" type="hmis:housingAssessmentDisposition">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.18</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.18 Housing Assessment Disposition".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element housingAssessmentDisposition / HousingAssessmentDispositionID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the HousingAssessmentDisposition's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="HousingAssessmentDispositionID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the HousingAssessmentDisposition's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element housingAssessmentDisposition / ExitID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the ExitID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ExitID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the ExitID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element housingAssessmentDisposition / AssessmentDisposition
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.18, #1.
See September 2015 HMIS Data Manual, Section "4.18 Housing Assessment Disposition".
Diagram
Diagram HUD_HMIS.tmp#assessmentDisposition
Type assessmentDisposition
Properties
content simple
Facets
enumeration 1
Referred to emergency shelter/safe haven
enumeration 2
Referred to transitional housing
enumeration 3
Referred to rapid re-housing
enumeration 4
Referred to permanent supportive housing
enumeration 5
Referred to homelessness prevention
enumeration 6
Referred to street outreach
enumeration 7
Referred to other continuum project type
enumeration 8
Referred to a homelessness diversion program
enumeration 9
Unable to refer/accept within continuum; ineligible for continuum projects
enumeration 10
Unable to refer/accept within continuum; continuum services unavailable
enumeration 11
Referred to other community project (non-continuum)
enumeration 12
Applicant declined referral/acceptance
enumeration 13
Applicant terminated assessment prior to completion
enumeration 14
Other/specify
Source
<xs:element name="AssessmentDisposition" type="hmis:assessmentDisposition">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.18, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.18 Housing Assessment Disposition".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element housingAssessmentDisposition / OtherDisposition
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.18, #1A.
See September 2015 HMIS Data Manual, Section "4.18 Housing Assessment Disposition".
Diagram
Diagram HUD_HMIS.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="OtherDisposition" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.18, #1A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.18 Housing Assessment Disposition".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / IncomeAndSources
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2
See September 2015 HMIS Data Manual, Section 4.2 "Income And Sources".
Diagram
Diagram
Type incomeAndSources
Properties
content complex
Model
Children Alimony, AlimonyAmount, ChildSupport, ChildSupportAmount, Earned, EarnedAmount, GA, GAAmount, IncomeAndSourcesID, IncomeFromAnySource, OtherSource, OtherSourceAmount, OtherSourceIdentify, Pension, PensionAmount, PrivateDisability, PrivateDisabilityAmount, ProjectEntryID, SSDI, SSDIAmount, SSI, SSIAmount, SocSecRetirement, SocSecRetirementAmount, TANF, TANFAmount, TotalMonthlyIncome, Unemployment, UnemploymentAmount, VADisabilityNonService, VADisabilityNonServiceAmount, VADisabilityService, VADisabilityServiceAmount, WorkersComp, WorkersCompAmount
Instance
<IncomeAndSources dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <IncomeAndSourcesID>{1,1}</IncomeAndSourcesID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <IncomeFromAnySource>{1,1}</IncomeFromAnySource>
  <TotalMonthlyIncome>{1,1}</TotalMonthlyIncome>
  <Earned>{1,1}</Earned>
  <EarnedAmount>{0,1}</EarnedAmount>
  <Unemployment>{1,1}</Unemployment>
  <UnemploymentAmount>{0,1}</UnemploymentAmount>
  <SSI>{1,1}</SSI>
  <SSIAmount>{0,1}</SSIAmount>
  <SSDI>{1,1}</SSDI>
  <SSDIAmount>{0,1}</SSDIAmount>
  <VADisabilityService>{1,1}</VADisabilityService>
  <VADisabilityServiceAmount>{0,1}</VADisabilityServiceAmount>
  <VADisabilityNonService>{1,1}</VADisabilityNonService>
  <VADisabilityNonServiceAmount>{0,1}</VADisabilityNonServiceAmount>
  <PrivateDisability>{1,1}</PrivateDisability>
  <PrivateDisabilityAmount>{0,1}</PrivateDisabilityAmount>
  <WorkersComp>{1,1}</WorkersComp>
  <WorkersCompAmount>{0,1}</WorkersCompAmount>
  <TANF>{1,1}</TANF>
  <TANFAmount>{0,1}</TANFAmount>
  <GA>{1,1}</GA>
  <GAAmount>{0,1}</GAAmount>
  <SocSecRetirement>{1,1}</SocSecRetirement>
  <SocSecRetirementAmount>{0,1}</SocSecRetirementAmount>
  <Pension>{1,1}</Pension>
  <PensionAmount>{0,1}</PensionAmount>
  <ChildSupport>{1,1}</ChildSupport>
  <ChildSupportAmount>{0,1}</ChildSupportAmount>
  <Alimony>{1,1}</Alimony>
  <AlimonyAmount>{0,1}</AlimonyAmount>
  <OtherSource>{1,1}</OtherSource>
  <OtherSourceAmount>{0,1}</OtherSourceAmount>
  <OtherSourceIdentify>{0,1}</OtherSourceIdentify>
</IncomeAndSources>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="IncomeAndSources" type="hmis:incomeAndSources">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.2 "Income And Sources".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / IncomeAndSourcesID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the IncomeAndSources' unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="IncomeAndSourcesID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the IncomeAndSources' unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / IncomeFromAnySource
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #2.
See September 2015 HMIS Data Manual, 4.2 Income and Sources, p. 40.
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="IncomeFromAnySource" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources, p. 40.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / TotalMonthlyIncome
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #18.
See September 2015 HMIS Data Manual, 4.2 Income and Sources, p. 41.
Diagram
Diagram HUD_HMIS.tmp#money
Type money
Properties
content simple
Facets
fractionDigits 2
Source
<xs:element name="TotalMonthlyIncome" type="hmis:money">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #18.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources, p. 41.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / Earned
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #3.
See September 2015 HMIS Data Manual, 4.2 Income and Sources, p. 41.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="Earned" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #3.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources, p. 41.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / EarnedAmount
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #3A.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="EarnedAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #3A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / Unemployment
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #4.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="Unemployment" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #4.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / UnemploymentAmount
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #4B.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="UnemploymentAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #4B.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / SSI
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #5.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="SSI" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #5.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / SSIAmount
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #5C.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="SSIAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #5C.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / SSDI
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #6.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="SSDI" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #6.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / SSDIAmount
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #6D.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="SSDIAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #6D.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / VADisabilityService
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #7.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="VADisabilityService" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #7.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / VADisabilityServiceAmount
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #7E.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="VADisabilityServiceAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #7E.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / VADisabilityNonService
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #8.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="VADisabilityNonService" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #8.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / VADisabilityNonServiceAmount
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #8F.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="VADisabilityNonServiceAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #8F.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / PrivateDisability
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #9.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="PrivateDisability" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #9.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / PrivateDisabilityAmount
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #9G.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="PrivateDisabilityAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #9G.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / WorkersComp
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #10.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="WorkersComp" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #10.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / WorkersCompAmount
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #10H.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="WorkersCompAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #10H.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / TANF
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #11.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="TANF" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #11.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / TANFAmount
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #11I.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="TANFAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #11I.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / GA
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #12.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="GA" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #12.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / GAAmount
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #12J.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="GAAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #12J.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / SocSecRetirement
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #13.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="SocSecRetirement" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #13.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / SocSecRetirementAmount
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #13K.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="SocSecRetirementAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #13K.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / Pension
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #14.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="Pension" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #14.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / PensionAmount
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #14L.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="PensionAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #14L.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / ChildSupport
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #15.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="ChildSupport" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #15.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / ChildSupportAmount
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #15M.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="ChildSupportAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #15M.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / Alimony
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #16.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="Alimony" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #16.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / AlimonyAmount
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #16N.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="AlimonyAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #16N.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / OtherSource
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #17.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="OtherSource" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #17.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / OtherSourceAmount
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #17O.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="OtherSourceAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #17O.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element incomeAndSources / OtherSourceIdentify
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.2, #17O.
See September 2015 HMIS Data Manual, 4.2 Income and Sources.
Diagram
Diagram HUD_HMIS.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="OtherSourceIdentify" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #17O.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / Inventory
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.7.
See September 2015 HMIS Data Manual, "Bed and Unit Inventory Information", p. 14.
Diagram
Diagram HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#inventory_InventoryID HUD_HMIS.tmp#inventory_CoCCode HUD_HMIS.tmp#inventory_HouseholdType HUD_HMIS.tmp#inventory_BedType HUD_HMIS.tmp#inventory_Availability HUD_HMIS.tmp#inventory_UnitInventory HUD_HMIS.tmp#inventory_BedInventory HUD_HMIS.tmp#inventory_InventoryStartDate HUD_HMIS.tmp#inventory_InventoryEndDate HUD_HMIS.tmp#inventory_HMISParticipatingBeds HUD_HMIS.tmp#inventory
Type inventory
Properties
content complex
Model
Children Availability, BedInventory, BedType, CoCCode, HMISParticipatingBeds, HouseholdType, InventoryEndDate, InventoryID, InventoryStartDate, UnitInventory
Instance
<Inventory dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <InventoryID>{1,1}</InventoryID>
  <CoCCode>{1,1}</CoCCode>
  <HouseholdType>{1,1}</HouseholdType>
  <BedType>{0,1}</BedType>
  <Availability>{0,1}</Availability>
  <UnitInventory>{1,1}</UnitInventory>
  <BedInventory>{1,1}</BedInventory>
  <InventoryStartDate>{1,1}</InventoryStartDate>
  <InventoryEndDate>{0,1}</InventoryEndDate>
  <HMISParticipatingBeds>{1,1}</HMISParticipatingBeds>
</Inventory>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="Inventory" type="hmis:inventory">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Bed and Unit Inventory Information", p. 14.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element inventory / InventoryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the Inventory's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="InventoryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Inventory's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element inventory / CoCCode
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the CoC
Diagram
Diagram HUD_HMIS.tmp#cocCode
Type cocCode
Properties
content simple
Facets
pattern [A-Za-z]{2}-[0-9]{3}
Source
<xs:element name="CoCCode" type="hmis:cocCode">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the CoC</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element inventory / HouseholdType
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.7, #2.
See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Diagram HUD_HMIS.tmp#householdType
Type householdType
Properties
content simple
Facets
enumeration 1
Households without children
enumeration 3
Households with at least one adult and one child
enumeration 4
Households with only children
Source
<xs:element name="HouseholdType" type="hmis:householdType">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element inventory / BedType
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.7, #3.
See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Diagram HUD_HMIS.tmp#bedType
Type bedType
Properties
content simple
minOccurs 0
Facets
enumeration 1
Facility-based
enumeration 2
Voucher
enumeration 3
Other
Source
<xs:element name="BedType" type="hmis:bedType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #3.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element inventory / Availability
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.7, #4.
See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Diagram HUD_HMIS.tmp#availability
Type availability
Properties
content simple
minOccurs 0
Facets
enumeration 1
Year-round
enumeration 2
Seasonal
enumeration 3
Overflow
Source
<xs:element name="Availability" type="hmis:availability" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #4.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element inventory / UnitInventory
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.7, #7.
See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="UnitInventory" type="xs:integer">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #7.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element inventory / BedInventory
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#bedInventory_BedInventory HUD_HMIS.tmp#bedInventory_CHBedInventory HUD_HMIS.tmp#bedInventory_VetBedInventory HUD_HMIS.tmp#bedInventory_YouthBedInventory HUD_HMIS.tmp#bedInventory_YouthAgeGroup HUD_HMIS.tmp#bedInventory
Type bedInventory
Properties
content complex
Model
Children BedInventory, CHBedInventory, VetBedInventory, YouthAgeGroup, YouthBedInventory
Instance
<BedInventory xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <BedInventory>{1,1}</BedInventory>
  <CHBedInventory>{0,1}</CHBedInventory>
  <VetBedInventory>{0,1}</VetBedInventory>
  <YouthBedInventory>{0,1}</YouthBedInventory>
  <YouthAgeGroup>{0,1}</YouthAgeGroup>
</BedInventory>
Source
<xs:element name="BedInventory" type="hmis:bedInventory"/>
[ top ]
Element bedInventory / BedInventory
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.7, #5.
See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
Source
<xs:element name="BedInventory" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #5.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bedInventory / CHBedInventory
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.7, Chronic Homeless Bed Inventory (PSH Only), #5.A.1.
See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
minOccurs 0
Source
<xs:element name="CHBedInventory" type="xs:nonNegativeInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, Chronic Homeless Bed Inventory (PSH Only), #5.A.1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bedInventory / VetBedInventory
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.7, ,#5.A.2.
See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
minOccurs 0
Source
<xs:element name="VetBedInventory" type="xs:nonNegativeInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, ,#5.A.2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bedInventory / YouthBedInventory
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.7, #5.A.3.
See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
minOccurs 0
Source
<xs:element name="YouthBedInventory" type="xs:nonNegativeInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #5.A.3.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element bedInventory / YouthAgeGroup
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.7, #5.B.
See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Diagram HUD_HMIS.tmp#youthAgeGroup
Type youthAgeGroup
Properties
content simple
minOccurs 0
Facets
enumeration 1
Only under age 18
enumeration 2
Only ages 18 to 24
enumeration 3
Only youth under age 24 (both of the above)
Source
<xs:element name="YouthAgeGroup" type="youthAgeGroup" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #5.B.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element inventory / InventoryStartDate
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.7, #7.
See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="InventoryStartDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #7.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element inventory / InventoryEndDate
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.7, #8.
See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="InventoryEndDate" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #8.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element inventory / HMISParticipatingBeds
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.7, #9.
See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
Source
<xs:element name="HMISParticipatingBeds" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #9.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / MedicalAssistance
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.39
See September 2015 HMIS Data Manual, Section 4.39.
Diagram
Diagram HUD_HMIS.tmp#dataCollectionStage HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#medicalAssistance_MedicalAssistanceID HUD_HMIS.tmp#medicalAssistance_ProjectEntryID HUD_HMIS.tmp#medicalAssistance_HIVAIDSAssistance HUD_HMIS.tmp#medicalAssistance_NoHIVAIDSAssistanceReason HUD_HMIS.tmp#medicalAssistance_ADAP HUD_HMIS.tmp#medicalAssistance_NoADAPReason HUD_HMIS.tmp#medicalAssistance
Type medicalAssistance
Properties
content complex
Model
Children ADAP, HIVAIDSAssistance, MedicalAssistanceID, NoADAPReason, NoHIVAIDSAssistanceReason, ProjectEntryID
Instance
<MedicalAssistance dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <MedicalAssistanceID>{1,1}</MedicalAssistanceID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <HIVAIDSAssistance>{1,1}</HIVAIDSAssistance>
  <NoHIVAIDSAssistanceReason>{0,1}</NoHIVAIDSAssistanceReason>
  <ADAP>{1,1}</ADAP>
  <NoADAPReason>{0,1}</NoADAPReason>
</MedicalAssistance>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="MedicalAssistance" type="hmis:medicalAssistance">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.39</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.39.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element medicalAssistance / MedicalAssistanceID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the MedicalAssistance's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="MedicalAssistanceID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the MedicalAssistance's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element medicalAssistance / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element medicalAssistance / HIVAIDSAssistance
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.39, #2.
See September 2015 HMIS Data Manual, "4.39 Medical Assistance"
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="HIVAIDSAssistance" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.39, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.39 Medical Assistance"</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element medicalAssistance / NoHIVAIDSAssistanceReason
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.39, #2A.
See September 2015 HMIS Data Manual, "4.39 Medical Assistance"
Diagram
Diagram HUD_HMIS.tmp#noMedicalAssistanceReason
Type noMedicalAssistanceReason
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type N/A for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoHIVAIDSAssistanceReason" type="hmis:noMedicalAssistanceReason" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.39, #2A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.39 Medical Assistance"</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element medicalAssistance / ADAP
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.39, #3.
See September 2015 HMIS Data Manual, "4.39 Medical Assistance"
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ADAP" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.39, #3.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.39 Medical Assistance"</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element medicalAssistance / NoADAPReason
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.39, #3B.
See September 2015 HMIS Data Manual, "4.39 Medical Assistance"
Diagram
Diagram HUD_HMIS.tmp#noMedicalAssistanceReason
Type noMedicalAssistanceReason
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type N/A for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoADAPReason" type="hmis:noMedicalAssistanceReason" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.39, #3B.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.39 Medical Assistance"</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / NonCashBenefits
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.3
See September 2015 HMIS Data Manual, Section 4.3 "Non-Cash Benefits".
Diagram
Diagram HUD_HMIS.tmp#dataCollectionStage HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#nonCashBenefits_NonCashBenefitsID HUD_HMIS.tmp#nonCashBenefits_ProjectEntryID HUD_HMIS.tmp#nonCashBenefits_BenefitsFromAnySource HUD_HMIS.tmp#nonCashBenefits_SNAP HUD_HMIS.tmp#nonCashBenefits_WIC HUD_HMIS.tmp#nonCashBenefits_TANFChildCare HUD_HMIS.tmp#nonCashBenefits_TANFTransportation HUD_HMIS.tmp#nonCashBenefits_OtherTANF HUD_HMIS.tmp#nonCashBenefits_RentalAssistanceOngoing HUD_HMIS.tmp#nonCashBenefits_RentalAssistanceTemp HUD_HMIS.tmp#nonCashBenefits_OtherSource HUD_HMIS.tmp#nonCashBenefits_OtherSourceIdentify HUD_HMIS.tmp#nonCashBenefits
Type nonCashBenefits
Properties
content complex
Model
Children BenefitsFromAnySource, NonCashBenefitsID, OtherSource, OtherSourceIdentify, OtherTANF, ProjectEntryID, RentalAssistanceOngoing, RentalAssistanceTemp, SNAP, TANFChildCare, TANFTransportation, WIC
Instance
<NonCashBenefits dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <NonCashBenefitsID>{1,1}</NonCashBenefitsID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <BenefitsFromAnySource>{1,1}</BenefitsFromAnySource>
  <SNAP>{1,1}</SNAP>
  <WIC>{1,1}</WIC>
  <TANFChildCare>{1,1}</TANFChildCare>
  <TANFTransportation>{1,1}</TANFTransportation>
  <OtherTANF>{1,1}</OtherTANF>
  <RentalAssistanceOngoing>{1,1}</RentalAssistanceOngoing>
  <RentalAssistanceTemp>{1,1}</RentalAssistanceTemp>
  <OtherSource>{1,1}</OtherSource>
  <OtherSourceIdentify>{1,1}</OtherSourceIdentify>
</NonCashBenefits>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="NonCashBenefits" type="hmis:nonCashBenefits">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.3 "Non-Cash Benefits".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element nonCashBenefits / NonCashBenefitsID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the NonCashBenefits's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="NonCashBenefitsID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the NonCashBenefits's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element nonCashBenefits / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element nonCashBenefits / BenefitsFromAnySource
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.3, #2.
See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="BenefitsFromAnySource" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element nonCashBenefits / SNAP
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.3, #3.
See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="SNAP" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #3.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element nonCashBenefits / WIC
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.3, #4.
See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="WIC" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #4.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element nonCashBenefits / TANFChildCare
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.3, #5.
See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="TANFChildCare" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #5.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element nonCashBenefits / TANFTransportation
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.3, #6.
See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="TANFTransportation" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #6.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element nonCashBenefits / OtherTANF
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.3, #7.
See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="OtherTANF" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #7.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element nonCashBenefits / RentalAssistanceOngoing
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.3, #8.
See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="RentalAssistanceOngoing" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #8.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element nonCashBenefits / RentalAssistanceTemp
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.3, #10.
See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="RentalAssistanceTemp" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #10.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element nonCashBenefits / OtherSource
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.3, #9.
See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="OtherSource" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #9.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element nonCashBenefits / OtherSourceIdentify
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.3, #9A.
See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.
Diagram
Diagram HUD_HMIS.tmp#string50
Type string50
Properties
content simple
Facets
maxLength 50
Source
<xs:element name="OtherSourceIdentify" type="hmis:string50">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #9A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / Organization
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#organization_OrganizationID HUD_HMIS.tmp#organization_OrganizationName HUD_HMIS.tmp#organization_OrganizationCommonName HUD_HMIS.tmp#organization
Type organization
Properties
content complex
Model
Children OrganizationCommonName, OrganizationID, OrganizationName
Instance
<Organization dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <OrganizationID>{1,1}</OrganizationID>
  <OrganizationName>{1,1}</OrganizationName>
  <OrganizationCommonName>{0,1}</OrganizationCommonName>
</Organization>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="Organization" type="hmis:organization"/>
[ top ]
Element organization / OrganizationID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.1, #1.
See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="OrganizationID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.1, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element organization / OrganizationName
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.1, #2.
See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.
Diagram
Diagram HUD_HMIS.tmp#string50
Type string50
Properties
content simple
Facets
maxLength 50
Source
<xs:element name="OrganizationName" type="hmis:string50">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.1, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element organization / OrganizationCommonName
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Referenced but not defined in the HMIS Data Dictionary.
Diagram
Diagram HUD_HMIS.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="OrganizationCommonName" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Referenced but not defined in the HMIS Data Dictionary.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / PATHStatus
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.20
See September 2015 HMIS Data Manual, Section "4.20 PATH Status".
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#pathStatus_PathStatusID HUD_HMIS.tmp#pathStatus_ProjectEntryID HUD_HMIS.tmp#pathStatus_DateOfStatus HUD_HMIS.tmp#pathStatus_ClientEnrolledInPATH HUD_HMIS.tmp#pathStatus_ReasonNotEnrolled HUD_HMIS.tmp#pathStatus
Type pathStatus
Properties
content complex
Model
Children ClientEnrolledInPATH, DateOfStatus, PathStatusID, ProjectEntryID, ReasonNotEnrolled
Instance
<PATHStatus dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <PathStatusID>{1,1}</PathStatusID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <DateOfStatus>{1,1}</DateOfStatus>
  <ClientEnrolledInPATH>{1,1}</ClientEnrolledInPATH>
  <ReasonNotEnrolled>{0,1}</ReasonNotEnrolled>
</PATHStatus>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:ClientEnrolledInPATH/text()='0') then boolean(hmis:ReasonNotEnrolled) else (if (not(hmis:ClientEnrolledInPATH/text()='0')) then (not(boolean(hmis:ReasonNotEnrolled))) else false())
Source
<xs:element name="PATHStatus" type="hmis:pathStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.20</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.20 PATH Status".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pathStatus / PathStatusID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the PathStatus' unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="PathStatusID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the PathStatus' unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pathStatus / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pathStatus / DateOfStatus
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.20, #1.
See September 2015 HMIS Data Manual, "4.20 PATH Status".
Diagram
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="DateOfStatus" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.20, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.20 PATH Status".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pathStatus / ClientEnrolledInPATH
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.20, #2.
See September 2015 HMIS Data Manual, "4.20 PATH Status".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="ClientEnrolledInPATH" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.20, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.20 PATH Status".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pathStatus / ReasonNotEnrolled
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.20, #2A.
See September 2015 HMIS Data Manual, "4.20 PATH Status".
Diagram
Diagram HUD_HMIS.tmp#reasonNotEnrolled
Type reasonNotEnrolled
Properties
content simple
minOccurs 0
Facets
enumeration 1
Client was found ineligible for PATH
enumeration 2
Client was not enrolled for other reason(s)
enumeration 99
Data not collected
Source
<xs:element name="ReasonNotEnrolled" type="hmis:reasonNotEnrolled" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.20, #2A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.20 PATH Status".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / EntrySSVF
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#entrySSVF_EntrySSVFID HUD_HMIS.tmp#entrySSVF_ProjectEntryID HUD_HMIS.tmp#entrySSVF_PercentAMI HUD_HMIS.tmp#entrySSVF_HPScreeningScore HUD_HMIS.tmp#entrySSVF_VAMCStation HUD_HMIS.tmp#entrySSVF_LastPermanentStreet HUD_HMIS.tmp#entrySSVF_LastPermanentCity HUD_HMIS.tmp#entrySSVF_LastPermanentState HUD_HMIS.tmp#entrySSVF_LastPermanentZIP HUD_HMIS.tmp#entrySSVF_AddressDataQuality HUD_HMIS.tmp#entrySSVF
Type entrySSVF
Properties
content complex
Model
Children AddressDataQuality, EntrySSVFID, HPScreeningScore, LastPermanentCity, LastPermanentState, LastPermanentStreet, LastPermanentZIP, PercentAMI, ProjectEntryID, VAMCStation
Instance
<EntrySSVF dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <EntrySSVFID>{1,1}</EntrySSVFID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <PercentAMI>{0,1}</PercentAMI>
  <HPScreeningScore>{0,1}</HPScreeningScore>
  <VAMCStation>{0,1}</VAMCStation>
  <LastPermanentStreet>{0,1}</LastPermanentStreet>
  <LastPermanentCity>{0,1}</LastPermanentCity>
  <LastPermanentState>{0,1}</LastPermanentState>
  <LastPermanentZIP>{0,1}</LastPermanentZIP>
  <AddressDataQuality>{0,1}</AddressDataQuality>
</EntrySSVF>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="EntrySSVF" type="hmis:entrySSVF"/>
[ top ]
Element entrySSVF / EntrySSVFID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the EntrySSVFID's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="EntrySSVFID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the EntrySSVFID's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entrySSVF / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entrySSVF / PercentAMI
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.42, #1.
See September 2015 HMIS Data Manual, Section "4.42 Percent of AMI (SSVF Eligibility)".
Diagram
Diagram HUD_HMIS.tmp#percentAMISimple
Type percentAMISimple
Properties
content simple
minOccurs 0
Facets
enumeration 1
Less than 30%
enumeration 2
30% to 50%
enumeration 3
Greater than 50%
enumeration 99
Data not collected
Source
<xs:element name="PercentAMI" type="hmis:percentAMISimple" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.42, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.42 Percent of AMI (SSVF Eligibility)".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entrySSVF / HPScreeningScore
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.44 #1
See September 2015 HMIS Data Manual, Section "4.44 HP Screening Score".
Diagram
Diagram HUD_HMIS.tmp#hpScreeningScore
Type hpScreeningScore
Properties
content simple
minOccurs 0
Facets
pattern [0-9]{2}
Source
<xs:element name="HPScreeningScore" type="hmis:hpScreeningScore" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.44 #1</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.44 HP Screening Score".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entrySSVF / VAMCStation
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.45 #1
See September 2015 HMIS Data Manual, Section "4.45 HP Screening Score".
Diagram
Diagram HUD_HMIS.tmp#vamcStation
Type vamcStation
Properties
content simple
minOccurs 0
Facets
pattern [A-Za-z0-9]{8}
Source
<xs:element name="VAMCStation" type="hmis:vamcStation" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.45 #1</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.45 HP Screening Score".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entrySSVF / LastPermanentStreet
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.43, #1.
See September 2015 HMIS Data Manual, Section "4.43 Address Prior to Entry".
Diagram
Diagram HUD_HMIS.tmp#string100
Type string100
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element name="LastPermanentStreet" type="hmis:string100" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.43, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.43 Address Prior to Entry".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entrySSVF / LastPermanentCity
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.43, #2.
See September 2015 HMIS Data Manual, Section "4.43 Address Prior to Entry".
Diagram
Diagram HUD_HMIS.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="LastPermanentCity" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.43, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.43 Address Prior to Entry".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entrySSVF / LastPermanentState
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.43, #3.
See September 2015 HMIS Data Manual, Section "4.43 Address Prior to Entry".
Diagram
Diagram HUD_HMIS.tmp#state
Type state
Properties
content simple
minOccurs 0
Facets
enumeration AK
enumeration AL
enumeration AR
enumeration AZ
enumeration CA
enumeration CO
enumeration CT
enumeration DE
enumeration FL
enumeration GA
enumeration HI
enumeration IA
enumeration ID
enumeration IL
enumeration IN
enumeration KS
enumeration KY
enumeration LA
enumeration MA
enumeration MD
enumeration ME
enumeration MI
enumeration MN
enumeration MO
enumeration MS
enumeration MT
enumeration NC
enumeration ND
enumeration NE
enumeration NH
enumeration NJ
enumeration NM
enumeration NV
enumeration NY
enumeration OH
enumeration OK
enumeration OR
enumeration PA
enumeration RI
enumeration SC
enumeration SD
enumeration TN
enumeration TX
enumeration UT
enumeration VA
enumeration VT
enumeration WA
enumeration WI
enumeration WV
enumeration WY
enumeration DC
enumeration AS
enumeration FM
enumeration GU
enumeration MH
enumeration MP
enumeration PR
enumeration PW
enumeration VI
enumeration AA
enumeration AE
enumeration AP
Source
<xs:element name="LastPermanentState" type="hmis:state" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.43, #3.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.43 Address Prior to Entry".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entrySSVF / LastPermanentZIP
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.43, #4.
See September 2015 HMIS Data Manual, Section "4.43 Address Prior to Entry".
Diagram
Diagram HUD_HMIS.tmp#zipCode
Type zipCode
Properties
content simple
minOccurs 0
Facets
pattern [0-9]{5}(-[0-9]{4})?
Source
<xs:element name="LastPermanentZIP" type="hmis:zipCode" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.43, #4.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.43 Address Prior to Entry".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entrySSVF / AddressDataQuality
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.43, #5.
See September 2015 HMIS Data Manual, Section "4.43 Address Prior to Entry".
Diagram
Diagram HUD_HMIS.tmp#addressDataQuality
Type addressDataQuality
Properties
content simple
minOccurs 0
Facets
enumeration 1
Full address reported
enumeration 2
Incomplete or estimated address reported
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="AddressDataQuality" type="hmis:addressDataQuality" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.43, #5.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.43 Address Prior to Entry".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / Project
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.
See September 2015 HMIS Data Manual, "Project Setup Guidance", p. 12.
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#project_ProjectID HUD_HMIS.tmp#project_OrganizationID HUD_HMIS.tmp#project_ProjectName HUD_HMIS.tmp#project_ContinuumProject HUD_HMIS.tmp#project_ProjectType HUD_HMIS.tmp#project_ResidentialAffiliation HUD_HMIS.tmp#project_TrackingMethod HUD_HMIS.tmp#project_TargetPopulation HUD_HMIS.tmp#project_ProjectCommonName HUD_HMIS.tmp#project
Type project
Properties
content complex
Model
Children ContinuumProject, OrganizationID, ProjectCommonName, ProjectID, ProjectName, ProjectType, ResidentialAffiliation, TargetPopulation, TrackingMethod
Instance
<Project dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <ProjectID>{1,1}</ProjectID>
  <OrganizationID>{1,1}</OrganizationID>
  <ProjectName>{1,1}</ProjectName>
  <ContinuumProject>{1,1}</ContinuumProject>
  <ProjectType>{1,1}</ProjectType>
  <ResidentialAffiliation>{0,1}</ResidentialAffiliation>
  <TrackingMethod>{0,1}</TrackingMethod>
  <TargetPopulation>{0,1}</TargetPopulation>
  <ProjectCommonName>{0,1}</ProjectCommonName>
</Project>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="Project" type="hmis:project">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance", p. 12.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element project / ProjectID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.2, #1.
See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 12.
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.2, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 12.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element project / OrganizationID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Organization
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="OrganizationID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Organization</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element project / ProjectName
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.2, #2.
See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.
Diagram
Diagram HUD_HMIS.tmp#string50
Type string50
Properties
content simple
Facets
maxLength 50
Source
<xs:element name="ProjectName" type="hmis:string50">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.2, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element project / ContinuumProject
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.4, #1.
See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="ContinuumProject" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.4, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element project / ProjectType
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.4, #2.
See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.
Diagram
Diagram HUD_HMIS.tmp#projectType
Type projectType
Properties
content simple
Facets
enumeration 1
Emergency Shelter
enumeration 2
Transitional Housing
enumeration 3
PH - Permanent Supportive Housing (disability required for entry)
enumeration 4
Street Outreach
enumeration 6
Services Only
enumeration 7
Other
enumeration 8
Safe Haven
enumeration 9
PH – Housing Only
enumeration 10
PH – Housing with Services (no disability required for entry)
enumeration 11
Day Shelter
enumeration 12
Homelessness Prevention
enumeration 13
PH - Rapid Re-Housing
enumeration 14
Coordinated Assessment
Source
<xs:element name="ProjectType" type="hmis:projectType">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.4, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element project / ResidentialAffiliation
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
HMIS Data Dictionary, Proposed Amendment, Section 2.4, #2A.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="ResidentialAffiliation" type="hmis:noYes" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">HMIS Data Dictionary, Proposed Amendment, Section 2.4, #2A.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element project / TrackingMethod
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.5, #1.
See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.
Diagram
Diagram HUD_HMIS.tmp#trackingMethod
Type trackingMethod
Properties
content simple
minOccurs 0
Facets
enumeration 0
Entry/Exit Date
enumeration 3
Night-by-Night
Source
<xs:element name="TrackingMethod" type="hmis:trackingMethod" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.5, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element project / TargetPopulation
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.9, #1.
See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 15.
Diagram
Diagram HUD_HMIS.tmp#targetPopulation
Type targetPopulation
Properties
content simple
minOccurs 0
Facets
enumeration 1
DV Domestic Violence victims
enumeration 3
HIV Persons with HIV/AIDS
enumeration 4
NA Not Applicable
Source
<xs:element name="TargetPopulation" type="hmis:targetPopulation" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.9, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 15.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element project / ProjectCommonName
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
A local or commonly used name for a project.  This is not referenced in the September 2015 HMIS Data Dictionary, and is optional.
Diagram
Diagram HUD_HMIS.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="ProjectCommonName" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A local or commonly used name for a project. This is not referenced in the September 2015 HMIS Data Dictionary, and is optional.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / CoC
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#coc_CoCCode HUD_HMIS.tmp#coc
Type coc
Properties
content complex
Model
Children CoCCode
Instance
<CoC dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <CoCCode>{1,1}</CoCCode>
</CoC>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="CoC" type="hmis:coc">
  <xs:annotation>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:element>
[ top ]
Element coc / CoCCode
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the CoCCode ID
Diagram
Diagram HUD_HMIS.tmp#cocCode
Type cocCode
Properties
content simple
Facets
pattern [A-Za-z]{2}-[0-9]{3}
Source
<xs:element name="CoCCode" type="hmis:cocCode">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the CoCCode ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / ResidentialMoveInDate
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.17
See September 2015 HMIS Data Manual, Section "4.17 Residential Move-In Date".
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#residentialMoveInDate_ResidentialMoveInDateID HUD_HMIS.tmp#residentialMoveInDate_ProjectEntryID HUD_HMIS.tmp#residentialMoveInDate_InPermanentHousing HUD_HMIS.tmp#residentialMoveInDate_ResidentialMoveInDate HUD_HMIS.tmp#residentialMoveInDate
Type residentialMoveInDate
Properties
content complex
Model
Children InPermanentHousing, ProjectEntryID, ResidentialMoveInDate, ResidentialMoveInDateID
Instance
<ResidentialMoveInDate dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <ResidentialMoveInDateID>{1,1}</ResidentialMoveInDateID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <InPermanentHousing>{1,1}</InPermanentHousing>
  <ResidentialMoveInDate>{0,1}</ResidentialMoveInDate>
</ResidentialMoveInDate>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="ResidentialMoveInDate" type="hmis:residentialMoveInDate">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.17</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.17 Residential Move-In Date".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element residentialMoveInDate / ResidentialMoveInDateID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the ResidentialMoveInDate's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ResidentialMoveInDateID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the ResidentialMoveInDate's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element residentialMoveInDate / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element residentialMoveInDate / InPermanentHousing
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.17, #1.
See September 2015 HMIS Data Manual, "4.17".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="InPermanentHousing" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.17, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.17".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element residentialMoveInDate / ResidentialMoveInDate
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.17, #1A.
See September 2015 HMIS Data Manual, "4.17".
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="ResidentialMoveInDate" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.17, #1A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.17".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / RHYBCPStatus
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.22
See September 2015 HMIS Data Manual, Section 4.22 "RHYBCP Status".
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#rhyBCPStatus_RHYBCPStatusID HUD_HMIS.tmp#rhyBCPStatus_ProjectEntryID HUD_HMIS.tmp#rhyBCPStatus_StatusDate HUD_HMIS.tmp#rhyBCPStatus_FYSBYouth HUD_HMIS.tmp#rhyBCPStatus_ReasonNoServices HUD_HMIS.tmp#rhyBCPStatus
Type rhyBCPStatus
Properties
content complex
Model
Children FYSBYouth, ProjectEntryID, RHYBCPStatusID, ReasonNoServices, StatusDate
Instance
<RHYBCPStatus dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <RHYBCPStatusID>{1,1}</RHYBCPStatusID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <StatusDate>{1,1}</StatusDate>
  <FYSBYouth>{1,1}</FYSBYouth>
  <ReasonNoServices>{0,1}</ReasonNoServices>
</RHYBCPStatus>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:FYSBYouth/text()='0') then boolean(hmis:ReasonNoServices) else (if (not(hmis:FYSBYouth/text()='0')) then (not(boolean(hmis:ReasonNoServices))) else false())
Source
<xs:element name="RHYBCPStatus" type="hmis:rhyBCPStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.22</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.22 "RHYBCP Status".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element rhyBCPStatus / RHYBCPStatusID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the RHYBCPStatus' unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="RHYBCPStatusID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the RHYBCPStatus' unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element rhyBCPStatus / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element rhyBCPStatus / StatusDate
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.22, #1.
See September 2015 HMIS Data Manual, "4.22 RHY - BCP Status".
Diagram
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="StatusDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.22, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.22 RHY - BCP Status".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element rhyBCPStatus / FYSBYouth
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.22, #2.
See September 2015 HMIS Data Manual, "4.22 RHY - BCP Status".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="FYSBYouth" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.22, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.22 RHY - BCP Status".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element rhyBCPStatus / ReasonNoServices
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.22, #2A.
See September 2015 HMIS Data Manual, "4.22 RHY - BCP Status".
Diagram
Diagram HUD_HMIS.tmp#fysbReasonNoServices
Type fysbReasonNoServices
Properties
content simple
minOccurs 0
Facets
enumeration 1
Out of age range
enumeration 2
Ward of the State – Immediate Reunification
enumeration 3
Ward of the Criminal Justice System – Immediate Reunification
enumeration 4
Other
enumeration 99
Data not collected
Source
<xs:element name="ReasonNoServices" type="hmis:fysbReasonNoServices" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.22, #2A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.22 RHY - BCP Status".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / Services
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.14-4.16
See September 2015 HMIS Data Manual, Section 4.14-4.16 "Services Provided".
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#services_ServicesID HUD_HMIS.tmp#services_ProjectEntryID HUD_HMIS.tmp#services_DateProvided HUD_HMIS.tmp#services_RecordType HUD_HMIS.tmp#services_TypeProvided HUD_HMIS.tmp#services_OtherTypeProvided HUD_HMIS.tmp#services_SubTypeProvided HUD_HMIS.tmp#services_FAAmount HUD_HMIS.tmp#services_ReferralOutcome HUD_HMIS.tmp#services
Type services
Properties
content complex
Model
Children DateProvided, FAAmount, OtherTypeProvided, ProjectEntryID, RecordType, ReferralOutcome, ServicesID, SubTypeProvided, TypeProvided
Instance
<Services dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <ServicesID>{1,1}</ServicesID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <DateProvided>{1,1}</DateProvided>
  <RecordType>{1,1}</RecordType>
  <TypeProvided>{1,1}</TypeProvided>
  <OtherTypeProvided>{0,1}</OtherTypeProvided>
  <SubTypeProvided>{0,1}</SubTypeProvided>
  <FAAmount>{0,1}</FAAmount>
  <ReferralOutcome>{0,1}</ReferralOutcome>
</Services>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="Services" type="hmis:services">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.14-4.16</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.14-4.16 "Services Provided".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element services / ServicesID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the Services' unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ServicesID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Services' unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element services / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element services / DateProvided
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.12 and 4.14-4.16, #1.
See September 2015 HMIS Data Manual, " 4.12 and 4.14-4.16 Date Provided".
Diagram
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="DateProvided" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.12 and 4.14-4.16, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, " 4.12 and 4.14-4.16 Date Provided".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element services / RecordType
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
The permissible values correspond to the decimal values of the corresponding Service FA Referral and Contact types.  4.12 Contact is "12", 4.14 Services Provided is "14X", 4.15 Financial Assistance is "15X", 4.16 Referrals Provided is "16X", and Bed Night is "200".
See September 2015 HMIS Data Manual, Sections 4.12 and 4.14-4.16.
Diagram
Diagram HUD_HMIS.tmp#recordType
Type recordType
Properties
content simple
Facets
enumeration 12
Contact
enumeration 14
Services Provided
enumeration 15
Financial Assistance
enumeration 16
Referrals Provided
enumeration 141
PATH service
enumeration 142
RHY service
enumeration 143
HOPWA service
enumeration 144
SSVF service
enumeration 151
HOPWA financial assistance
enumeration 152
SSVF financial assistance
enumeration 161
PATH referral
enumeration 162
RHY referral
enumeration 200
Bed night
Source
<xs:element name="RecordType" type="hmis:recordType">
  <xs:annotation>
    <xs:documentation xml:lang="en">The permissible values correspond to the decimal values of the corresponding Service FA Referral and Contact types. 4.12 Contact is "12", 4.14 Services Provided is "14X", 4.15 Financial Assistance is "15X", 4.16 Referrals Provided is "16X", and Bed Night is "200".</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Sections 4.12 and 4.14-4.16.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element services / TypeProvided
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.12 and 4.14-4.16, #2 (picklist values vary by service category and funder) .
See September 2015 HMIS Data Manual, Sections 4.12 and 4.14-4.16.
Diagram
Diagram
Type restriction of xs:integer
Properties
content simple
Facets
pattern ([\-+]?[0-9]+) & ([0-9]{1,3})
Source
<xs:element name="TypeProvided">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.12 and 4.14-4.16, #2 (picklist values vary by service category and funder) .</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Sections 4.12 and 4.14-4.16.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:integer">
      <xs:pattern value="[0-9]{1,3}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element services / OtherTypeProvided
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.12 and 4.14-4.16, #2D (if it exists) .
See September 2015 HMIS Data Manual, Sections 4.12 and 4.14-4.16.
Diagram
Diagram HUD_HMIS.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="OtherTypeProvided" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.12 and 4.14-4.16, #2D (if it exists) .</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Sections 4.12 and 4.14-4.16.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element services / SubTypeProvided
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.12 and 4.14-4.16, #3A, 4B, 5C (if it exists).
See September 2015 HMIS Data Manual, Sections 4.12 and 4.14-4.16.
Diagram
Diagram
Type restriction of xs:integer
Properties
content simple
minOccurs 0
Facets
pattern ([\-+]?[0-9]+) & ([0-9]{1,2})
Source
<xs:element name="SubTypeProvided" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.12 and 4.14-4.16, #3A, 4B, 5C (if it exists).</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Sections 4.12 and 4.14-4.16.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:integer">
      <xs:pattern value="[0-9]{1,2}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element services / FAAmount
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.15A #3 and 4.15B #2, Financial Assistance Amount.
See September 2015 HMIS Data Manual, Section 4.15.
Diagram
Diagram HUD_HMIS.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="FAAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.15A #3 and 4.15B #2, Financial Assistance Amount.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.15.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element services / ReferralOutcome
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.16A #2A.
See September 2015 HMIS Data Manual, Section 4.16.
Diagram
Diagram HUD_HMIS.tmp#referralOutcome
Type referralOutcome
Properties
content simple
minOccurs 0
Facets
enumeration 1
Attained
enumeration 2
Not attained
enumeration 3
Unknown
Source
<xs:element name="ReferralOutcome" type="hmis:referralOutcome" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.16A #2A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.16.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / Site
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.8.
See September 2015 HMIS Data Manual, "Project Setup Guidance", p. 15.
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#site_SiteID HUD_HMIS.tmp#site_CoCCode HUD_HMIS.tmp#site_ProjectID HUD_HMIS.tmp#site_PrincipalSite HUD_HMIS.tmp#site_Address HUD_HMIS.tmp#site_City HUD_HMIS.tmp#site_State HUD_HMIS.tmp#site_ZIP HUD_HMIS.tmp#site_Geocode HUD_HMIS.tmp#site
Type site
Properties
content complex
Model
Children Address, City, CoCCode, Geocode, PrincipalSite, ProjectID, SiteID, State, ZIP
Instance
<Site dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <SiteID>{1,1}</SiteID>
  <CoCCode>{1,1}</CoCCode>
  <ProjectID>{1,1}</ProjectID>
  <PrincipalSite>{1,1}</PrincipalSite>
  <Address>{0,1}</Address>
  <City>{0,1}</City>
  <State>{0,1}</State>
  <ZIP>{0,1}</ZIP>
  <Geocode>{0,1}</Geocode>
</Site>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="Site" type="hmis:site">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.8.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance", p. 15.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element site / SiteID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the Site's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="SiteID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Site's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element site / CoCCode
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the CoC
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="CoCCode" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the CoC</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element site / ProjectID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Project
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Project</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element site / PrincipalSite
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.8, #1.
See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 15.
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="PrincipalSite" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.8, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 15.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element site / Address
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Street Address
Diagram
Diagram HUD_HMIS.tmp#string100
Type string100
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element name="Address" type="hmis:string100" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Street Address</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element site / City
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
City of Address
Diagram
Diagram HUD_HMIS.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="City" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">City of Address</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element site / State
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
State of Address
Diagram
Diagram HUD_HMIS.tmp#state
Type state
Properties
content simple
minOccurs 0
Facets
enumeration AK
enumeration AL
enumeration AR
enumeration AZ
enumeration CA
enumeration CO
enumeration CT
enumeration DE
enumeration FL
enumeration GA
enumeration HI
enumeration IA
enumeration ID
enumeration IL
enumeration IN
enumeration KS
enumeration KY
enumeration LA
enumeration MA
enumeration MD
enumeration ME
enumeration MI
enumeration MN
enumeration MO
enumeration MS
enumeration MT
enumeration NC
enumeration ND
enumeration NE
enumeration NH
enumeration NJ
enumeration NM
enumeration NV
enumeration NY
enumeration OH
enumeration OK
enumeration OR
enumeration PA
enumeration RI
enumeration SC
enumeration SD
enumeration TN
enumeration TX
enumeration UT
enumeration VA
enumeration VT
enumeration WA
enumeration WI
enumeration WV
enumeration WY
enumeration DC
enumeration AS
enumeration FM
enumeration GU
enumeration MH
enumeration MP
enumeration PR
enumeration PW
enumeration VI
enumeration AA
enumeration AE
enumeration AP
Source
<xs:element name="State" type="hmis:state" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">State of Address</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element site / ZIP
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See https://tools.usps.com/go/ZipLookupAction!input.action
Diagram
Diagram HUD_HMIS.tmp#zipCode
Type zipCode
Properties
content simple
minOccurs 0
Facets
pattern [0-9]{5}(-[0-9]{4})?
Source
<xs:element name="ZIP" type="hmis:zipCode" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See https://tools.usps.com/go/ZipLookupAction!input.action</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element site / Geocode
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 2.8, #1.A.
See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 15.
Diagram
Diagram HUD_HMIS.tmp#geocode
Type geocode
Properties
content simple
minOccurs 0
Facets
pattern ([\-+]?[0-9]+) & ([0-9]{6})
Source
<xs:element name="Geocode" type="hmis:geocode" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.8, #1.A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 15.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / ClientVeteranInfo
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.41
See September 2015 HMIS Data Manual, Section 4.41.
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#clientVeteranInfo_ClientVeteranInfoID HUD_HMIS.tmp#clientVeteranInfo_PersonalID HUD_HMIS.tmp#clientVeteranInfo_YearEnteredService HUD_HMIS.tmp#clientVeteranInfo_YearSeparated HUD_HMIS.tmp#clientVeteranInfo_WorldWarII HUD_HMIS.tmp#clientVeteranInfo_KoreanWar HUD_HMIS.tmp#clientVeteranInfo_VietnamWar HUD_HMIS.tmp#clientVeteranInfo_DesertStorm HUD_HMIS.tmp#clientVeteranInfo_AfghanistanOEF HUD_HMIS.tmp#clientVeteranInfo_IraqOIF HUD_HMIS.tmp#clientVeteranInfo_IraqOND HUD_HMIS.tmp#clientVeteranInfo_OtherTheater HUD_HMIS.tmp#clientVeteranInfo_MilitaryBranch HUD_HMIS.tmp#clientVeteranInfo_DischargeStatus HUD_HMIS.tmp#clientVeteranInfo
Type clientVeteranInfo
Properties
content complex
Model
Children AfghanistanOEF, ClientVeteranInfoID, DesertStorm, DischargeStatus, IraqOIF, IraqOND, KoreanWar, MilitaryBranch, OtherTheater, PersonalID, VietnamWar, WorldWarII, YearEnteredService, YearSeparated
Instance
<ClientVeteranInfo dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <ClientVeteranInfoID>{1,1}</ClientVeteranInfoID>
  <PersonalID>{1,1}</PersonalID>
  <YearEnteredService>{0,1}</YearEnteredService>
  <YearSeparated>{0,1}</YearSeparated>
  <WorldWarII>{0,1}</WorldWarII>
  <KoreanWar>{0,1}</KoreanWar>
  <VietnamWar>{0,1}</VietnamWar>
  <DesertStorm>{0,1}</DesertStorm>
  <AfghanistanOEF>{0,1}</AfghanistanOEF>
  <IraqOIF>{0,1}</IraqOIF>
  <IraqOND>{0,1}</IraqOND>
  <OtherTheater>{0,1}</OtherTheater>
  <MilitaryBranch>{0,1}</MilitaryBranch>
  <DischargeStatus>{0,1}</DischargeStatus>
</ClientVeteranInfo>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="ClientVeteranInfo" type="hmis:clientVeteranInfo">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element clientVeteranInfo / ClientVeteranInfoID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the ClientVeteranInfo's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ClientVeteranInfoID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the ClientVeteranInfo's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element clientVeteranInfo / PersonalID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Refers to a Client element
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="PersonalID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Refers to a Client element</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element clientVeteranInfo / YearEnteredService
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.41, #1
See September 2015 HMIS Data Manual, Section 4.41.
Diagram
Diagram
Type xs:gYear
Properties
content simple
minOccurs 0
Source
<xs:element name="YearEnteredService" type="xs:gYear" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #1</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element clientVeteranInfo / YearSeparated
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.41, #2
See September 2015 HMIS Data Manual, Section 4.41.
Diagram
Diagram
Type xs:gYear
Properties
content simple
minOccurs 0
Source
<xs:element name="YearSeparated" type="xs:gYear" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #2</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element clientVeteranInfo / WorldWarII
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.41, #3
See September 2015 HMIS Data Manual, Section 4.41.
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="WorldWarII" type="fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #3</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element clientVeteranInfo / KoreanWar
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.41, #4
See September 2015 HMIS Data Manual, Section 4.41.
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="KoreanWar" type="fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #4</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element clientVeteranInfo / VietnamWar
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.41, #5
See September 2015 HMIS Data Manual, Section 4.41.
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="VietnamWar" type="fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #5</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element clientVeteranInfo / DesertStorm
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.41, #6
See September 2015 HMIS Data Manual, Section 4.41.
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="DesertStorm" type="fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #6</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element clientVeteranInfo / AfghanistanOEF
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.41, #7
See September 2015 HMIS Data Manual, Section 4.41.
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="AfghanistanOEF" type="fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #7</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element clientVeteranInfo / IraqOIF
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.41, #8
See September 2015 HMIS Data Manual, Section 4.41.
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="IraqOIF" type="fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #8</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element clientVeteranInfo / IraqOND
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.41, #9
See September 2015 HMIS Data Manual, Section 4.41.
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="IraqOND" type="fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #9</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element clientVeteranInfo / OtherTheater
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.41, #10
See September 2015 HMIS Data Manual, Section 4.41.
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="OtherTheater" type="fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #10</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element clientVeteranInfo / MilitaryBranch
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.41, #11
See September 2015 HMIS Data Manual, Section 4.41.
Diagram
Diagram HUD_HMIS.tmp#militaryBranch
Type militaryBranch
Properties
content simple
minOccurs 0
Facets
enumeration 1
Army
enumeration 2
Air Force
enumeration 3
Navy
enumeration 4
Marines
enumeration 6
Coast Guard
enumeration 7
Other
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="MilitaryBranch" type="militaryBranch" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #11</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element clientVeteranInfo / DischargeStatus
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.41, #12
See September 2015 HMIS Data Manual, Section 4.41.
Diagram
Diagram HUD_HMIS.tmp#dischargeStatus
Type dischargeStatus
Properties
content simple
minOccurs 0
Facets
enumeration 1
Honorable
enumeration 2
General under honorable conditions
enumeration 4
Bad conduct
enumeration 5
Dishonorable
enumeration 6
Under other than honorable conditions (OTH)
enumeration 7
Uncharacterized
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="DischargeStatus" type="dischargeStatus" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #12</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / WorstHousingSituation
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.40, #1.
See September 2015 HMIS Data Manual, Section "4.40 Worst Housing Situation".
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#worstHousingSituation_WorstHousingSituationID HUD_HMIS.tmp#worstHousingSituation_ProjectEntryID HUD_HMIS.tmp#worstHousingSituation_WorstHousingSituation HUD_HMIS.tmp#worstHousingSituation
Type worstHousingSituation
Properties
content complex
Model
Children ProjectEntryID, WorstHousingSituation, WorstHousingSituationID
Instance
<WorstHousingSituation dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <WorstHousingSituationID>{1,1}</WorstHousingSituationID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <WorstHousingSituation>{1,1}</WorstHousingSituation>
</WorstHousingSituation>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="WorstHousingSituation" type="hmis:worstHousingSituation">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.40, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.40 Worst Housing Situation".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element worstHousingSituation / WorstHousingSituationID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the WorstHousingSituation's unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="WorstHousingSituationID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the WorstHousingSituation's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element worstHousingSituation / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element worstHousingSituation / WorstHousingSituation
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.40, #1.
See September 2015 HMIS Data Manual, Section "4.40 Worst Housing Situation".
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="WorstHousingSituation" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.40, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.40 Worst Housing Situation".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element export / EntryRHY
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram
Type entryRHY
Properties
content complex
Model
Children AbuseAndNeglectFam, AbuseAndNeglectYouth, ActiveMilitaryParent, AlcoholDrugAbuseFam, AlcoholDrugAbuseYouth, AskedOrForcedToExchangeForSex, AskedOrForcedToExchangeForSexPastThreeMonths, ChildWelfareMonths, ChildWelfareYears, CoercedToContinueWork, CountOfExchangeForSex, CountOutreachReferralApproaches, EntryRHYID, ExchangeForSex, ExchangeForSexPastThreeMonths, FormerWardChildWelfare, FormerWardJuvenileJustice, HealthIssuesFam, HealthIssuesYouth, HouseholdDynamics, HousingIssuesFam, HousingIssuesYouth, IncarceratedParent, IncarceratedParentStatus, InsufficientIncome, JuvenileJusticeMonths, JuvenileJusticeYears, LaborExploitPastThreeMonths, MentalDisabilityFam, MentalDisabilityYouth, MentalHealthIssuesFam, MentalHealthIssuesYouth, PhysicalDisabilityFam, PhysicalDisabilityYouth, ProjectEntryID, ReferralSource, SchoolEducationalIssuesFam, SchoolEducationalIssuesYouth, SexualOrientation, SexualOrientationGenderIDFam, SexualOrientationGenderIdentityYouth, UnemploymentFam, UnemploymentYouth, WorkPlaceViolenceThreats, WorkplacePromiseDifference
Instance
<EntryRHY dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd">
  <EntryRHYID>{1,1}</EntryRHYID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <HouseholdDynamics>{1,1}</HouseholdDynamics>
  <SexualOrientation>{1,1}</SexualOrientation>
  <SexualOrientationGenderIdentityYouth>{1,1}</SexualOrientationGenderIdentityYouth>
  <SexualOrientationGenderIDFam>{1,1}</SexualOrientationGenderIDFam>
  <HousingIssuesYouth>{1,1}</HousingIssuesYouth>
  <HousingIssuesFam>{1,1}</HousingIssuesFam>
  <SchoolEducationalIssuesYouth>{1,1}</SchoolEducationalIssuesYouth>
  <SchoolEducationalIssuesFam>{1,1}</SchoolEducationalIssuesFam>
  <UnemploymentYouth>{1,1}</UnemploymentYouth>
  <UnemploymentFam>{1,1}</UnemploymentFam>
  <MentalHealthIssuesYouth>{1,1}</MentalHealthIssuesYouth>
  <MentalHealthIssuesFam>{1,1}</MentalHealthIssuesFam>
  <HealthIssuesYouth>{1,1}</HealthIssuesYouth>
  <HealthIssuesFam>{1,1}</HealthIssuesFam>
  <PhysicalDisabilityYouth>{1,1}</PhysicalDisabilityYouth>
  <PhysicalDisabilityFam>{1,1}</PhysicalDisabilityFam>
  <MentalDisabilityYouth>{1,1}</MentalDisabilityYouth>
  <MentalDisabilityFam>{1,1}</MentalDisabilityFam>
  <AbuseAndNeglectYouth>{1,1}</AbuseAndNeglectYouth>
  <AbuseAndNeglectFam>{1,1}</AbuseAndNeglectFam>
  <AlcoholDrugAbuseYouth>{1,1}</AlcoholDrugAbuseYouth>
  <AlcoholDrugAbuseFam>{1,1}</AlcoholDrugAbuseFam>
  <InsufficientIncome>{1,1}</InsufficientIncome>
  <ActiveMilitaryParent>{1,1}</ActiveMilitaryParent>
  <IncarceratedParent>{1,1}</IncarceratedParent>
  <IncarceratedParentStatus>{0,1}</IncarceratedParentStatus>
  <WorkPlaceViolenceThreats>{0,1}</WorkPlaceViolenceThreats>
  <WorkplacePromiseDifference>{0,1}</WorkplacePromiseDifference>
  <CoercedToContinueWork>{0,1}</CoercedToContinueWork>
  <LaborExploitPastThreeMonths>{0,1}</LaborExploitPastThreeMonths>
  <ExchangeForSex>{1,1}</ExchangeForSex>
  <ExchangeForSexPastThreeMonths>{1,1}</ExchangeForSexPastThreeMonths>
  <CountOfExchangeForSex>{0,1}</CountOfExchangeForSex>
  <AskedOrForcedToExchangeForSex>{0,1}</AskedOrForcedToExchangeForSex>
  <AskedOrForcedToExchangeForSexPastThreeMonths>{0,1}</AskedOrForcedToExchangeForSexPastThreeMonths>
  <FormerWardJuvenileJustice>{1,1}</FormerWardJuvenileJustice>
  <JuvenileJusticeYears>{0,1}</JuvenileJusticeYears>
  <JuvenileJusticeMonths>{0,1}</JuvenileJusticeMonths>
  <FormerWardChildWelfare>{1,1}</FormerWardChildWelfare>
  <ChildWelfareYears>{0,1}</ChildWelfareYears>
  <ChildWelfareMonths>{0,1}</ChildWelfareMonths>
  <ReferralSource>{1,1}</ReferralSource>
  <CountOutreachReferralApproaches>{0,1}</CountOutreachReferralApproaches>
</EntryRHY>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1') then boolean(hmis:CoercedToContinueWork) else (if (not(hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1')) then (not(boolean(hmis:CoercedToContinueWork))) else false())
if (hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1') then boolean(hmis:LaborExploitPastThreeMonths) else (if (not(hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1')) then (not(boolean(hmis:LaborExploitPastThreeMonths))) else false())
if (hmis:ExchangeForSex/text()='1') then boolean(hmis:ExchangeForSexPastThreeMonths) else (if (not(hmis:ExchangeForSex/text()='1')) then (not(boolean(hmis:ExchangeForSexPastThreeMonths))) else false())
if (hmis:ExchangeForSex/text()='1') then boolean(hmis:CountOfExchangeForSex) else (if (not(hmis:ExchangeForSex/text()='1')) then (not(boolean(hmis:CountOfExchangeForSex))) else false())
if (hmis:ExchangeForSex/text()='1') then boolean(hmis:AskedOrForcedToExchangeForSex) else (if (not(hmis:ExchangeForSex/text()='1')) then (not(boolean(hmis:AskedOrForcedToExchangeForSex))) else false())
if (hmis:AskedOrForcedToExchangeForSex/text()='1') then boolean(hmis:AskedOrForcedToExchangeForSexPastThreeMonths) else (if (not(hmis:AskedOrForcedToExchangeForSex/text()='1')) then (not(boolean(hmis:AskedOrForcedToExchangeForSexPastThreeMonths))) else false())
Source
<xs:element name="EntryRHY" type="hmis:entryRHY">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / EntryRHYID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reference to the EntryRHY' unique ID
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="EntryRHYID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the EntryRHY' unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / HouseholdDynamics
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #1.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="HouseholdDynamics" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / SexualOrientation
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.23, #1.
See September 2015 HMIS Data Manual, Section "4.23 Sexual Orientation".
Diagram
Diagram HUD_HMIS.tmp#sexualOrientation
Type sexualOrientation
Properties
content simple
Facets
enumeration 1
Heterosexual
enumeration 2
Gay
enumeration 3
Lesbian
enumeration 4
Bisexual
enumeration 5
Questioning / Unsure
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="SexualOrientation" type="hmis:sexualOrientation">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.23, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.23 Sexual Orientation".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / SexualOrientationGenderIdentityYouth
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #2.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="SexualOrientationGenderIdentityYouth" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / SexualOrientationGenderIDFam
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #3.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="SexualOrientationGenderIDFam" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #3.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / HousingIssuesYouth
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #4.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="HousingIssuesYouth" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #4.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / HousingIssuesFam
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #5.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="HousingIssuesFam" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #5.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / SchoolEducationalIssuesYouth
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #6.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="SchoolEducationalIssuesYouth" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #6.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / SchoolEducationalIssuesFam
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #7.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="SchoolEducationalIssuesFam" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #7.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / UnemploymentYouth
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #8.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="UnemploymentYouth" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #8.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / UnemploymentFam
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #9.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="UnemploymentFam" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #9.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / MentalHealthIssuesYouth
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #10.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="MentalHealthIssuesYouth" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #10.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / MentalHealthIssuesFam
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #11.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="MentalHealthIssuesFam" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #11.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / HealthIssuesYouth
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #12.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="HealthIssuesYouth" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #12.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / HealthIssuesFam
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #13.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="HealthIssuesFam" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #13.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / PhysicalDisabilityYouth
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #14.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="PhysicalDisabilityYouth" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #14.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / PhysicalDisabilityFam
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #15.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="PhysicalDisabilityFam" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #15.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / MentalDisabilityYouth
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #16.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="MentalDisabilityYouth" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #16.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / MentalDisabilityFam
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #17.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="MentalDisabilityFam" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #17.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / AbuseAndNeglectYouth
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #18.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="AbuseAndNeglectYouth" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #18.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / AbuseAndNeglectFam
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #19.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="AbuseAndNeglectFam" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #19.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / AlcoholDrugAbuseYouth
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #20.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="AlcoholDrugAbuseYouth" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #20.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / AlcoholDrugAbuseFam
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #21.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="AlcoholDrugAbuseFam" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #21.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / InsufficientIncome
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #22.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="InsufficientIncome" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #22.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / ActiveMilitaryParent
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #23.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="ActiveMilitaryParent" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #23.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / IncarceratedParent
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #24.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="IncarceratedParent" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #24.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / IncarceratedParentStatus
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.33, #24A.
See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".
Diagram
Diagram HUD_HMIS.tmp#incarceratedParentStatus
Type incarceratedParentStatus
Properties
content simple
minOccurs 0
Facets
enumeration 1
One parent / legal guardian is incarcerated
enumeration 2
One parent / legal guardian is incarcerated
enumeration 3
The only parent / legal guardian is incarcerated
enumeration 99
Data not collected
Source
<xs:element name="IncarceratedParentStatus" type="hmis:incarceratedParentStatus" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #24A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / WorkPlaceViolenceThreats
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.35, B1.
See September 2015 HMIS Data Manual, Section "4.35B Labor Exploitation".
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="WorkPlaceViolenceThreats" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.35, B1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.35B Labor Exploitation".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / WorkplacePromiseDifference
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.35, B2.
See September 2015 HMIS Data Manual, Section "4.35B Labor Exploitation".
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="WorkplacePromiseDifference" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.35, B2.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.35B Labor Exploitation".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / CoercedToContinueWork
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.35, BA.
See September 2015 HMIS Data Manual, Section "4.35B Labor Exploitation".
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="CoercedToContinueWork" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.35, BA.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.35B Labor Exploitation".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / LaborExploitPastThreeMonths
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.35, BB.
See September 2015 HMIS Data Manual, Section "4.35B Labor Exploitation".
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="LaborExploitPastThreeMonths" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.35, BB.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.35B Labor Exploitation".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / ExchangeForSex
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.35A, #1.
See September 2015 HMIS Data Manual, Section "4.35 Commercial Sexual Exploitation".
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ExchangeForSex" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.35A, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.35 Commercial Sexual Exploitation".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / ExchangeForSexPastThreeMonths
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.35A, #1A
See September 2015 HMIS Data Manual, Section "4.35 Commercial Sexual Exploitation".
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ExchangeForSexPastThreeMonths" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.35A, #1A</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.35 Commercial Sexual Exploitation".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / CountOfExchangeForSex
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.35A, #1B.
See September 2015 HMIS Data Manual, Section "4.35 Commercial Sexual Exploitation".
Diagram
Diagram HUD_HMIS.tmp#countOfExchangeForSex
Type countOfExchangeForSex
Properties
content simple
minOccurs 0
Facets
enumeration 1
1-3
enumeration 2
4-7
enumeration 3
8-11
enumeration 4
12 or more
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="CountOfExchangeForSex" type="hmis:countOfExchangeForSex" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.35A, #1B.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.35 Commercial Sexual Exploitation".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / AskedOrForcedToExchangeForSex
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.35, #1C.
See September 2015 HMIS Data Manual, Section "4.35 Sexual Exploitation".
Diagram
Diagram HUD_HMIS.tmp#askedOrForcedToExchangeForSex
Type askedOrForcedToExchangeForSex
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="AskedOrForcedToExchangeForSex" type="hmis:askedOrForcedToExchangeForSex" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.35, #1C.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.35 Sexual Exploitation".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / AskedOrForcedToExchangeForSexPastThreeMonths
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.35, #1D.
See September 2015 HMIS Data Manual, Section "4.35 Commercial Sexual Exploitation".
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="AskedOrForcedToExchangeForSexPastThreeMonths" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.35, #1D.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.35 Commercial Sexual Exploitation".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / FormerWardJuvenileJustice
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.32, #1.
See September 2015 HMIS Data Manual, Section "4.32 Formerly a Ward of Juvenile Justice System".
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="FormerWardJuvenileJustice" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.32, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.32 Formerly a Ward of Juvenile Justice System".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / JuvenileJusticeYears
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.32, #1A.
See September 2015 HMIS Data Manual, Section "4.32 Formerly a Ward of Juvenile Justice System".
Diagram
Diagram HUD_HMIS.tmp#issuesYears
Type issuesYears
Properties
content simple
minOccurs 0
Facets
enumeration 1
Less than one year
enumeration 2
1 to 2 years
enumeration 3
3 to 5 or more years
Source
<xs:element name="JuvenileJusticeYears" type="hmis:issuesYears" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.32, #1A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.32 Formerly a Ward of Juvenile Justice System".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / JuvenileJusticeMonths
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.32, #1AB.  Values 1-11 permissible.
See September 2015 HMIS Data Manual, Section "4.32 Formerly a Ward of Juvenile Justice System".
Diagram
Diagram
Type xs:unsignedInt
Properties
content simple
minOccurs 0
Source
<xs:element name="JuvenileJusticeMonths" type="xs:unsignedInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.32, #1AB. Values 1-11 permissible.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.32 Formerly a Ward of Juvenile Justice System".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / FormerWardChildWelfare
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.31, #1.
See September 2015 HMIS Data Manual, Section "4.31 Formerly a Ward of Child Welfare/Foster Care Agency".
Diagram
Diagram HUD_HMIS.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="FormerWardChildWelfare" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.31, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.31 Formerly a Ward of Child Welfare/Foster Care Agency".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / ChildWelfareYears
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.31, #1B.
See September 2015 HMIS Data Manual, Section "4.31 Formerly a Ward of Child Welfare/Foster Care Agency".
Diagram
Diagram HUD_HMIS.tmp#issuesYears
Type issuesYears
Properties
content simple
minOccurs 0
Facets
enumeration 1
Less than one year
enumeration 2
1 to 2 years
enumeration 3
3 to 5 or more years
Source
<xs:element name="ChildWelfareYears" type="hmis:issuesYears" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.31, #1B.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.31 Formerly a Ward of Child Welfare/Foster Care Agency".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / ChildWelfareMonths
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.31, #1BA.  Values 1-11 permissible.
See September 2015 HMIS Data Manual, Section "4.31 Formerly a Ward of Child Welfare/Foster Care Agency".
Diagram
Diagram
Type xs:unsignedInt
Properties
content simple
minOccurs 0
Source
<xs:element name="ChildWelfareMonths" type="xs:unsignedInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.31, #1BA. Values 1-11 permissible.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.31 Formerly a Ward of Child Welfare/Foster Care Agency".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / ReferralSource
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.34, #1.
See September 2015 HMIS Data Manual, Section "4.34 Referral Source".
Diagram
Diagram HUD_HMIS.tmp#referralSource
Type referralSource
Properties
content simple
Facets
enumeration 1
Self-Referral
enumeration 2
Individual: Parent/Guardian
enumeration 3
Individual: Relative or Friend
enumeration 4
Individual: Other Adult or Youth
enumeration 5
Individual: Partner/Spouse
enumeration 6
Individual: Foster Parent
enumeration 7
Outreach Project: FYSB
enumeration 10
Outreach Project: Other
enumeration 11
Temporary Shelter: FYSB Basic Center Project
enumeration 12
Temporary Shelter: Other Youth Only Emergency Shelter
enumeration 13
Temporary Shelter: Emergency Shelter for Families
enumeration 14
Temporary Shelter: Emergency Shelter for Individuals
enumeration 15
Temporary Shelter: Domestic Violence Shelter
enumeration 16
Temporary Shelter: Safe Place
enumeration 17
Temporary Shelter: Other
enumeration 18
Residential Project: FYSB Transitional Living Project
enumeration 19
Residential Project: Other Transitional Living Project
enumeration 20
Residential Project: Group Home
enumeration 21
Residential Project: Independent Living Project
enumeration 22
Residential Project: Job Corps
enumeration 23
Residential Project: Drug Treatment Center
enumeration 24
Residential Project: Treatment Center
enumeration 25
Residential Project: Educational Institute
enumeration 26
Residential Project: Other Agency project
enumeration 27
Residential Project: Other Project
enumeration 28
Hotline: National Runaway Switchboard
enumeration 29
Hotline: Other
enumeration 30
Other Agency: Child Welfare/CPS
enumeration 31
Other Agency: Non-Residential Independent Living Project
enumeration 32
Other Project Operated by your Agency
enumeration 33
Other Youth Services Agency
enumeration 34
Juvenile Justice
enumeration 35
Law Enforcement/ Police
enumeration 36
Religious Organization
enumeration 37
Mental Hospital
enumeration 38
School
enumeration 39
Other Organization
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ReferralSource" type="hmis:referralSource">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.34, #1.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.34 Referral Source".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element entryRHY / CountOutreachReferralApproaches
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 4.34, #1A.
See September 2015 HMIS Data Manual, Section "4.34 Referral Source".
Diagram
Diagram
Type xs:unsignedInt
Properties
content simple
minOccurs 0
Source
<xs:element name="CountOutreachReferralApproaches" type="xs:unsignedInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.34, #1A.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.34 Referral Source".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Complex Type sources
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#http___www.hudhdx.info_Resources_Vendors_4_1_3_HUD_HMIS.xsd_sources_Source
Used by
Element Sources
Model
Children Source
Source
<xs:complexType name="sources">
  <xs:sequence>
    <xs:element name="Source" type="hmis:source" minOccurs="1" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation xml:lang="en">A description of what software provider and organization are sending this XML information. Many sources can be grouped together into one XML file.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type source
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#source_SourceID HUD_HMIS.tmp#source_SoftwareVendor HUD_HMIS.tmp#source_SoftwareVersion HUD_HMIS.tmp#source_SourceContactEmail HUD_HMIS.tmp#source_SourceContactExtension HUD_HMIS.tmp#source_SourceContactFirst HUD_HMIS.tmp#source_SourceContactLast HUD_HMIS.tmp#source_SourceContactPhone HUD_HMIS.tmp#source_SourceName HUD_HMIS.tmp#source_Export
Used by
Element sources/Source
Model
Children Export, SoftwareVendor, SoftwareVersion, SourceContactEmail, SourceContactExtension, SourceContactFirst, SourceContactLast, SourceContactPhone, SourceID, SourceName
Source
<xs:complexType name="source">
  <xs:sequence>
    <xs:element name="SourceID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Source's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SoftwareVendor" type="hmis:string50">
      <xs:annotation>
        <xs:documentation xml:lang="en">The name of the software provider generating this XML.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SoftwareVersion" type="xs:string">
      <xs:annotation>
        <xs:documentation xml:lang="en">Version number of the software being used by the software provider.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SourceContactEmail" type="hmis:email" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Email address of the person to contact about this XML data.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SourceContactExtension" type="hmis:extension" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Used with SourceContactPhone to contact the person who can answer questions about this XML.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SourceContactFirst" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">First name of the person to contact about this XML data.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SourceContactLast" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Last name of the person to contact about this XML data.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SourceContactPhone" type="hmis:phoneNumber" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Phone number of the person to contact about this XML data; used with SourceContactExtension.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SourceName" type="hmis:string50">
      <xs:annotation>
        <xs:documentation xml:lang="en">A general text desrciption of what organization is sending this XML data. Perhaps the Agency or Program name generating this XML data.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Export" type="hmis:export" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation xml:lang="en">An export is a set of data being transmitted for a specific purpose (see ExportType). A single XML file can have many different Exports of different types and date ranges.</xs:documentation>
      </xs:annotation>
      <xs:key name="clientKey">
        <xs:selector xpath="hmis:Client"/>
        <xs:field xpath="hmis:PersonalID"/>
      </xs:key>
      <xs:key name="cocKey">
        <xs:selector xpath="hmis:CoC"/>
        <xs:field xpath="hmis:CoCCode"/>
      </xs:key>
      <xs:key name="enrollmentKey">
        <xs:selector xpath="hmis:Enrollment"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:key>
      <xs:key name="exitKey">
        <xs:selector xpath="hmis:Exit"/>
        <xs:field xpath="hmis:ExitID"/>
      </xs:key>
      <xs:key name="organizationKey">
        <xs:selector xpath="hmis:Organization"/>
        <xs:field xpath="hmis:OrganizationID"/>
      </xs:key>
      <xs:key name="projectKey">
        <xs:selector xpath="hmis:Project"/>
        <xs:field xpath="hmis:ProjectID"/>
      </xs:key>
      <xs:keyref name="affiliationProjectKeyRef" refer="projectKey">
        <xs:selector xpath="hmis:Affiliation"/>
        <xs:field xpath="hmis:ProjectID"/>
      </xs:keyref>
      <xs:keyref name="affiliationResProjectKeyRef" refer="projectKey">
        <xs:selector xpath="hmis:Affiliation"/>
        <xs:field xpath="hmis:ResProjectID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentClientKeyRef" refer="clientKey">
        <xs:selector xpath="hmis:Enrollment"/>
        <xs:field xpath="hmis:PersonalID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentCoCCoCKeyRef" refer="cocKey">
        <xs:selector xpath="hmis:EnrollmentCoC"/>
        <xs:field xpath="hmis:CoCCode"/>
      </xs:keyref>
      <xs:keyref name="enrollmentCoCEnrollmentKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:EnrollmentCoC"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentContactKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:Contact"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentDateOfEngagementKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:DateOfEngagement"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentDisabilitiesKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:Disabilities"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentDomesticViolenceKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:DomesticViolence"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentEducationKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:Education"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentEmploymentKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:Employment"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentEnrollmentCoCKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:EnrollmentCoC"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentExitKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:Exit"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentFormerWardChildWelfareKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:FormerWardChildWelfare"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentFormerWardJuvenileJusticeKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:FormerWardJuvenileJustice"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentHealthInsuranceKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:HealthInsurance"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentHealthStatusKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:HealthStatus"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentIncomeAndSourcesKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:IncomeAndSources"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentMedicalAssistanceKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:MedicalAssistance"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentNonCashBenefitsKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:NonCashBenefits"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentPATHStatusKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:PATHStatus"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentEntrySSVFKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:EntrySSVF"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentReferralSourceKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:ReferralSource"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentResidentialMoveInDateKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:ResidentialMoveInDate"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentRHYBCPStatusKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:NonCashBenefits"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentServicesKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:Services"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentSexualOrientationKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:SexualOrientation"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentWorstHousingSituationKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:WorstHousingSituation"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentEntryRHYKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:EntryRHY"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="exitExitHousingAssessmentKeyRef" refer="exitKey">
        <xs:selector xpath="hmis:ExitHousingAssessment"/>
        <xs:field xpath="hmis:ExitID"/>
      </xs:keyref>
      <xs:keyref name="exitConnectionWithSOARKeyRef" refer="exitKey">
        <xs:selector xpath="hmis:ConnectionWithSOAR"/>
        <xs:field xpath="hmis:ExitID"/>
      </xs:keyref>
      <xs:keyref name="exitExitRHYKeyRef" refer="exitKey">
        <xs:selector xpath="hmis:ExitRHY"/>
        <xs:field xpath="hmis:ExitID"/>
      </xs:keyref>
      <xs:keyref name="exitFamilyReunificationKeyRef" refer="exitKey">
        <xs:selector xpath="hmis:FamilyReunification"/>
        <xs:field xpath="hmis:ExitID"/>
      </xs:keyref>
      <xs:keyref name="exitHousingAssessmentDispositionKeyRef" refer="exitKey">
        <xs:selector xpath="hmis:HousingAssessmentDisposition"/>
        <xs:field xpath="hmis:ExitID"/>
      </xs:keyref>
      <xs:keyref name="inventoryCoCKeyRef" refer="cocKey">
        <xs:selector xpath="hmis:Inventory"/>
        <xs:field xpath="hmis:CoCCode"/>
      </xs:keyref>
      <xs:keyref name="projectOrganizationKeyRef" refer="organizationKey">
        <xs:selector xpath="hmis:Project"/>
        <xs:field xpath="hmis:OrganizationID"/>
      </xs:keyref>
      <xs:keyref name="cocProjectKeyRef" refer="projectKey">
        <xs:selector xpath="hmis:CoC"/>
        <xs:field xpath="hmis:ProjectID"/>
      </xs:keyref>
      <xs:keyref name="projectEnrollmentKeyRef" refer="projectKey">
        <xs:selector xpath="hmis:Enrollment"/>
        <xs:field xpath="hmis:ProjectID"/>
      </xs:keyref>
      <xs:keyref name="projectFunderKeyRef" refer="projectKey">
        <xs:selector xpath="hmis:Funder"/>
        <xs:field xpath="hmis:ProjectID"/>
      </xs:keyref>
      <xs:keyref name="siteCoCKeyRef" refer="cocKey">
        <xs:selector xpath="hmis:Site"/>
        <xs:field xpath="hmis:CoCCode"/>
      </xs:keyref>
      <xs:keyref name="clientVeteranInfoClientKeyRef" refer="clientKey">
        <xs:selector xpath="hmis:ClientVeteranInfo"/>
        <xs:field xpath="hmis:PersonalID"/>
      </xs:keyref>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Simple Type string32
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 32
Used by
Elements affiliation/AffiliationID, affiliation/ProjectID, affiliation/ResProjectID, client/PersonalID, clientVeteranInfo/ClientVeteranInfoID, clientVeteranInfo/PersonalID, contact/ContactID, contact/ProjectEntryID, dateOfEngagement/DateOfEngagementID, dateOfEngagement/ProjectEntryID, disabilities/DisabilitiesID, disabilities/ProjectEntryID, domesticViolence/DomesticViolenceID, domesticViolence/ProjectEntryID, education/EducationID, education/ProjectEntryID, employment/EmploymentID, employment/ProjectEntryID, enrollment/HouseholdID, enrollment/PersonalID, enrollment/ProjectEntryID, enrollment/ProjectID, enrollmentCoC/EnrollmentCoCID, enrollmentCoC/ProjectEntryID, entryRHY/EntryRHYID, entryRHY/ProjectEntryID, entrySSVF/EntrySSVFID, entrySSVF/ProjectEntryID, exit/ExitID, exit/ProjectEntryID, exitHousingAssessment/ExitHousingAssessmentID, exitHousingAssessment/ExitID, exitPATH/ExitID, exitPATH/ExitPATHID, exitRHY/ExitID, exitRHY/ExitRHYID, export/ExportID, funder/FunderID, funder/GrantID, funder/ProjectID, healthInsurance/HealthInsuranceID, healthInsurance/ProjectEntryID, healthStatus/HealthStatusID, healthStatus/ProjectEntryID, housingAssessmentDisposition/ExitID, housingAssessmentDisposition/HousingAssessmentDispositionID, incomeAndSources/IncomeAndSourcesID, incomeAndSources/ProjectEntryID, inventory/InventoryID, medicalAssistance/MedicalAssistanceID, medicalAssistance/ProjectEntryID, nonCashBenefits/NonCashBenefitsID, nonCashBenefits/ProjectEntryID, organization/OrganizationID, pathStatus/PathStatusID, pathStatus/ProjectEntryID, project/OrganizationID, project/ProjectID, residentialMoveInDate/ProjectEntryID, residentialMoveInDate/ResidentialMoveInDateID, rhyBCPStatus/ProjectEntryID, rhyBCPStatus/RHYBCPStatusID, services/ProjectEntryID, services/ServicesID, site/CoCCode, site/ProjectID, site/SiteID, source/SourceID, worstHousingSituation/ProjectEntryID, worstHousingSituation/WorstHousingSituationID
Attribute baseMetaData/@userID
Source
<xs:simpleType name="string32">
  <xs:restriction base="xs:string">
    <xs:maxLength value="32"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type string50
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 50
Used by
Source
<xs:simpleType name="string50">
  <xs:restriction base="xs:string">
    <xs:maxLength value="50"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type email
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
pattern (([A-Za-z0-9]+_+)|([A-Za-z0-9]+\-+)|([A-Za-z0-9]+\.+)|([A-Za-z0-9]+\++))*[A-Za-z0-9]+@((\w+\-+)|(\w+\.))*\w{1,63}\.[a-zA-Z]{2,6}
Used by
Source
<xs:simpleType name="email">
  <xs:restriction base="xs:string">
    <xs:pattern value="(([A-Za-z0-9]+_+)|([A-Za-z0-9]+\-+)|([A-Za-z0-9]+\.+)|([A-Za-z0-9]+\++))*[A-Za-z0-9]+@((\w+\-+)|(\w+\.))*\w{1,63}\.[a-zA-Z]{2,6}"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type extension
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9]{1,5}
Used by
Source
<xs:simpleType name="extension">
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9]{1,5}"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type phoneNumber
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [2-9][0-9]{2}[2-9][0-9]{2}[0-9]{4}
Used by
Source
<xs:simpleType name="phoneNumber">
  <xs:restriction base="xs:string">
    <xs:pattern value="[2-9][0-9]{2}[2-9][0-9]{2}[0-9]{4}"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type export
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#export_ExportID HUD_HMIS.tmp#export_ExportDate HUD_HMIS.tmp#export_ExportPeriod HUD_HMIS.tmp#export_ExportPeriodType HUD_HMIS.tmp#export_ExportDirective HUD_HMIS.tmp#export_Affiliation HUD_HMIS.tmp#export_Client HUD_HMIS.tmp#export_Contact HUD_HMIS.tmp#export_DateOfEngagement HUD_HMIS.tmp#export_Disabilities HUD_HMIS.tmp#export_DomesticViolence HUD_HMIS.tmp#export_Education HUD_HMIS.tmp#export_Employment HUD_HMIS.tmp#export_Enrollment HUD_HMIS.tmp#export_EnrollmentCoC HUD_HMIS.tmp#export_Exit HUD_HMIS.tmp#export_ExitHousingAssessment HUD_HMIS.tmp#export_ExitPATH HUD_HMIS.tmp#export_ExitRHY HUD_HMIS.tmp#export_Funder HUD_HMIS.tmp#export_HealthInsurance HUD_HMIS.tmp#export_HealthStatus HUD_HMIS.tmp#export_HousingAssessmentDisposition HUD_HMIS.tmp#export_IncomeAndSources HUD_HMIS.tmp#export_Inventory HUD_HMIS.tmp#export_MedicalAssistance HUD_HMIS.tmp#export_NonCashBenefits HUD_HMIS.tmp#export_Organization HUD_HMIS.tmp#export_PATHStatus HUD_HMIS.tmp#export_EntrySSVF HUD_HMIS.tmp#export_Project HUD_HMIS.tmp#export_CoC HUD_HMIS.tmp#export_ResidentialMoveInDate HUD_HMIS.tmp#export_RHYBCPStatus HUD_HMIS.tmp#export_Services HUD_HMIS.tmp#export_Site HUD_HMIS.tmp#export_ClientVeteranInfo HUD_HMIS.tmp#export_WorstHousingSituation HUD_HMIS.tmp#export_EntryRHY
Used by
Element source/Export
Model
Children Affiliation, Client, ClientVeteranInfo, CoC, Contact, DateOfEngagement, Disabilities, DomesticViolence, Education, Employment, Enrollment, EnrollmentCoC, EntryRHY, EntrySSVF, Exit, ExitHousingAssessment, ExitPATH, ExitRHY, ExportDate, ExportDirective, ExportID, ExportPeriod, ExportPeriodType, Funder, HealthInsurance, HealthStatus, HousingAssessmentDisposition, IncomeAndSources, Inventory, MedicalAssistance, NonCashBenefits, Organization, PATHStatus, Project, RHYBCPStatus, ResidentialMoveInDate, Services, Site, WorstHousingSituation
Asserts
Test XPath default namespace Annotation
every $id in hmis:Client/hmis:PersonalID satisfies (fn:count(hmis:ClientVeteranInfo[hmis:PersonalID = $id]) le 1)
every $id in hmis:Client/hmis:PersonalID satisfies (fn:count(hmis:Enrollment[hmis:PersonalID = $id]) ge 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:DateOfEngagement[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EntryRHY[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EntrySSVF[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:Exit[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:PathStatus[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:WorstHousingSituation[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:ResidentialMoveInDate[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:RHYBCPStatus[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ConnectionWithSOAR[hmis:ExitID = $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ExitHousingAssessment[hmis:ExitID = $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ExitRHY[hmis:ExitID = $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:FamilyReunification[hmis:ExitID = $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:HousingAssessmentDisposition[hmis:ExitID = $id]) le 1)
every $id in hmis:Project/hmis:ProjectID satisfies (fn:count(hmis:Funder[hmis:ProjectID = $id]) ge 1)
every $id in hmis:Enrollment/hmis:HouseholdID satisfies (fn:count(hmis:Enrollment/hmis:RelationshipToHoH[text()= '1'][../hmis:HouseholdID = $id] ) eq 1)
Source
<xs:complexType name="export">
  <xs:sequence>
    <xs:element name="ExportID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Export's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExportDate" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation xml:lang="en">Time the export was performed.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExportPeriod" type="hmis:dateRangeCapped" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">The date range bounding the data set being transmitted. Used with ExportPeriodType to clarify what the date range represents.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExportPeriodType" type="hmis:exportPeriodType" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Pick one of the types to specify the definition of export period being used in ExportPeriod.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExportDirective" type="hmis:exportDirective" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Select one of the ExportDirective choices to instruct the target as to how the data being transmitted should be handled.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!--<xs:element name="HashStatus" type="hmis:hashStatus">
				<xs:annotation>
					<xs:documentation xml:lang="en">Indicates whether and how the data is hashed.  In this usage, it is for verifying matching data without actually sending it.</xs:documentation>
				</xs:annotation>
			</xs:element>-->
    <xs:choice maxOccurs="unbounded">
      <xs:element name="Affiliation" type="hmis:affiliation"/>
      <xs:element name="Client" type="hmis:client"/>
      <xs:element name="Contact" type="hmis:contact"/>
      <xs:element name="DateOfEngagement" type="hmis:dateOfEngagement"/>
      <xs:element name="Disabilities" type="hmis:disabilities"/>
      <xs:element name="DomesticViolence" type="hmis:domesticViolence"/>
      <xs:element name="Education" type="hmis:education"/>
      <xs:element name="Employment" type="hmis:employment">
        <xs:annotation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.26</xs:documentation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.26 "Employment Status".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Enrollment" type="hmis:enrollment"/>
      <xs:element name="EnrollmentCoC" type="hmis:enrollmentCoC"/>
      <xs:element name="Exit" type="hmis:exit"/>
      <xs:element name="ExitHousingAssessment" type="hmis:exitHousingAssessment">
        <xs:annotation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.19</xs:documentation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.19 Housing Assessment at Exit".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ExitPATH" type="hmis:exitPATH"/>
      <xs:element name="ExitRHY" type="hmis:exitRHY"/>
      <xs:element name="Funder" type="hmis:funder"/>
      <xs:element name="HealthInsurance" type="hmis:healthInsurance">
        <xs:annotation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4</xs:documentation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.4 "Health Insurance".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="HealthStatus" type="hmis:healthStatus">
        <xs:annotation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.27</xs:documentation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.27 "General Health Status".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="HousingAssessmentDisposition" type="hmis:housingAssessmentDisposition">
        <xs:annotation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.18</xs:documentation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.18 Housing Assessment Disposition".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="IncomeAndSources" type="hmis:incomeAndSources">
        <xs:annotation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2</xs:documentation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.2 "Income And Sources".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Inventory" type="hmis:inventory">
        <xs:annotation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7.</xs:documentation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Bed and Unit Inventory Information", p. 14.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MedicalAssistance" type="hmis:medicalAssistance">
        <xs:annotation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.39</xs:documentation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.39.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NonCashBenefits" type="hmis:nonCashBenefits">
        <xs:annotation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3</xs:documentation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.3 "Non-Cash Benefits".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Organization" type="hmis:organization"/>
      <xs:element name="PATHStatus" type="hmis:pathStatus">
        <xs:annotation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.20</xs:documentation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.20 PATH Status".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EntrySSVF" type="hmis:entrySSVF"/>
      <xs:element name="Project" type="hmis:project">
        <xs:annotation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.</xs:documentation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance", p. 12.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CoC" type="hmis:coc">
        <xs:annotation>
          <xs:documentation xml:lang="en"/>
        </xs:annotation>
      </xs:element>
      <xs:element name="ResidentialMoveInDate" type="hmis:residentialMoveInDate">
        <xs:annotation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.17</xs:documentation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.17 Residential Move-In Date".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RHYBCPStatus" type="hmis:rhyBCPStatus">
        <xs:annotation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.22</xs:documentation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.22 "RHYBCP Status".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Services" type="hmis:services">
        <xs:annotation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.14-4.16</xs:documentation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.14-4.16 "Services Provided".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Site" type="hmis:site">
        <xs:annotation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.8.</xs:documentation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance", p. 15.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ClientVeteranInfo" type="hmis:clientVeteranInfo">
        <xs:annotation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41</xs:documentation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="WorstHousingSituation" type="hmis:worstHousingSituation">
        <xs:annotation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.40, #1.</xs:documentation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.40 Worst Housing Situation".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EntryRHY" type="hmis:entryRHY">
        <xs:annotation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33.</xs:documentation>
          <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:sequence>
  <!--Cardinality Checking-->
  <xs:assert test="every $id in hmis:Client/hmis:PersonalID satisfies (fn:count(hmis:ClientVeteranInfo[hmis:PersonalID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Client/hmis:PersonalID satisfies (fn:count(hmis:Enrollment[hmis:PersonalID = $id]) ge 1)"/>
  <!--<xs:assert test="every $id in hmis:CoC/hmis:CoCCode satisfies (fn:count(hmis:EnrollmentCoC[hmis:CoCCode = $id]) ge 0)"/>-->
  <!--<xs:assert test="every $id in hmis:CoC/hmis:CoCCode satisfies (fn:count(hmis:Inventory[hmis:CoCCode = $id]) ge 0)"/>-->
  <!--<xs:assert test="every $id in hmis:CoC/hmis:CoCCode satisfies (fn:count(hmis:Site[hmis:CoCCode = $id]) ge 0)"/>-->
  <!--<xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:Contact[hmis:ProjectEntryID = $id]) ge 0)"/>-->
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:DateOfEngagement[hmis:ProjectEntryID = $id]) le 1)"/>
  <!--<xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EnrollmentCoC[hmis:ProjectEntryID = $id]) ge 0)"/>-->
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EntryRHY[hmis:ProjectEntryID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EntrySSVF[hmis:ProjectEntryID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:Exit[hmis:ProjectEntryID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:PathStatus[hmis:ProjectEntryID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:WorstHousingSituation[hmis:ProjectEntryID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:ResidentialMoveInDate[hmis:ProjectEntryID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:RHYBCPStatus[hmis:ProjectEntryID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ConnectionWithSOAR[hmis:ExitID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ExitHousingAssessment[hmis:ExitID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ExitRHY[hmis:ExitID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:FamilyReunification[hmis:ExitID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:HousingAssessmentDisposition[hmis:ExitID = $id]) le 1)"/>
  <!--<xs:assert test="every $id in hmis:Organization/hmis:OrganizationID satisfies (fn:count(hmis:Project[hmis:OrganizationID = $id]) ge 0)"/>-->
  <xs:assert test="every $id in hmis:Project/hmis:ProjectID satisfies (fn:count(hmis:Funder[hmis:ProjectID = $id]) ge 1)"/>
  <!-- Checking that there is only one Head of Household per Household enrolled -->
  <xs:assert test="every $id in hmis:Enrollment/hmis:HouseholdID satisfies (fn:count(hmis:Enrollment/hmis:RelationshipToHoH[text()= '1'][../hmis:HouseholdID = $id] ) eq 1)"/>
</xs:complexType>
[ top ]
Complex Type dateRangeCapped
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
A date range, both start and end dates are required.
Diagram
Diagram HUD_HMIS.tmp#dateRangeCapped_StartDate HUD_HMIS.tmp#dateRangeCapped_EndDate
Used by
Model
Children EndDate, StartDate
Source
<xs:complexType name="dateRangeCapped">
  <xs:annotation>
    <xs:documentation xml:lang="en">A date range, both start and end dates are required.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="StartDate" type="xs:dateTime"/>
    <xs:element name="EndDate" type="xs:dateTime"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Simple Type exportPeriodType
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration updated
Exported data sets with an ExportPeriodType of ‘updated’ will include all records with a dateCreated, dateUpdated, or a dateDeleted that falls between the Export.StartDate and the Export.EndDate.
enumeration effective
Exported data sets with an ExportPeriod type of ‘effective’ will include all enrollment data, along with associated client and project descriptor data, where the informationDate (or other effective date such as Project.EntryDate, Project.ExitDate, ContactDate, etc.) falls between the Export.StartDate and the Export.EndDate.
enumeration reportingPeriod
‘reportingPeriod’ exports include all records needed for reporting on clients and enrollments active in the export period.  This will include all records in Enrollments (regardless of informationDate, dateCreated, dateUpdated, etc.), client files, and project descriptor files associated with a ProjectEntryID where: ProjectEntryDate is on or before the Export.EndDate; Project.ExitDate is null OR Project.ExitDate is on or after the Export.StartDate; ProjectID is associated with a project selected by a user for export OR the user did not choose to filter the export by Project; A CoCCode associated with the ProjectEntryID matches a CoCCode selected by a user for export OR the user did not choose to filter the export by CoCCode.
enumeration other
The ‘other’ type of ExportPeriodType is used to identify exports in which records were selected based upon parameters mutually agreed upon by the sender and recipient of the XML data."
Used by
Source
<xs:simpleType name="exportPeriodType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="updated">
      <xs:annotation>
        <xs:documentation xml:lang="en">Exported data sets with an ExportPeriodType of ‘updated’ will include all records with a dateCreated, dateUpdated, or a dateDeleted that falls between the Export.StartDate and the Export.EndDate.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="effective">
      <xs:annotation>
        <xs:documentation xml:lang="en">Exported data sets with an ExportPeriod type of ‘effective’ will include all enrollment data, along with associated client and project descriptor data, where the informationDate (or other effective date such as Project.EntryDate, Project.ExitDate, ContactDate, etc.) falls between the Export.StartDate and the Export.EndDate.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="reportingPeriod">
      <xs:annotation>
        <xs:documentation xml:lang="en">‘reportingPeriod’ exports include all records needed for reporting on clients and enrollments active in the export period. This will include all records in Enrollments (regardless of informationDate, dateCreated, dateUpdated, etc.), client files, and project descriptor files associated with a ProjectEntryID where: ProjectEntryDate is on or before the Export.EndDate; Project.ExitDate is null OR Project.ExitDate is on or after the Export.StartDate; ProjectID is associated with a project selected by a user for export OR the user did not choose to filter the export by Project; A CoCCode associated with the ProjectEntryID matches a CoCCode selected by a user for export OR the user did not choose to filter the export by CoCCode.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="other">
      <xs:annotation>
        <xs:documentation xml:lang="en">The ‘other’ type of ExportPeriodType is used to identify exports in which records were selected based upon parameters mutually agreed upon by the sender and recipient of the XML data."</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type exportDirective
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration deltaRefresh
The data contained in this file is meant to be synchronized with an existing data set.
enumeration fullRefresh
The data contained in this file is meant to replace an existing data set for the export period.
enumeration other
The data contained in this file were selected based upon parameters mutually agreed upon by the sender and recipient of the XML data.
Used by
Source
<xs:simpleType name="exportDirective">
  <xs:restriction base="xs:string">
    <xs:enumeration value="deltaRefresh">
      <xs:annotation>
        <xs:documentation xml:lang="en">The data contained in this file is meant to be synchronized with an existing data set.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="fullRefresh">
      <xs:annotation>
        <xs:documentation xml:lang="en">The data contained in this file is meant to replace an existing data set for the export period.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="other">
      <xs:annotation>
        <xs:documentation xml:lang="en">The data contained in this file were selected based upon parameters mutually agreed upon by the sender and recipient of the XML data.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type affiliation
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#affiliation_AffiliationID HUD_HMIS.tmp#affiliation_ProjectID HUD_HMIS.tmp#affiliation_ResProjectID
Used by
Model
Children AffiliationID, ProjectID, ResProjectID
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="affiliation">
  <xs:sequence>
    <xs:element name="AffiliationID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Affiliation's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to a Project element</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResProjectID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">See HMIS Data Dictionary (Proposed Amendment), Section 2.4, Project Type, #2AB.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Complex Type client
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#client_PersonalID HUD_HMIS.tmp#client_FirstName HUD_HMIS.tmp#client_MiddleName HUD_HMIS.tmp#client_LastName HUD_HMIS.tmp#client_NameSuffix HUD_HMIS.tmp#client_NameDataQuality HUD_HMIS.tmp#client_SSN HUD_HMIS.tmp#client_SSNDataQuality HUD_HMIS.tmp#client_DOB HUD_HMIS.tmp#client_DOBDataQuality HUD_HMIS.tmp#client_Gender HUD_HMIS.tmp#client_OtherGender HUD_HMIS.tmp#client_Ethnicity HUD_HMIS.tmp#client_Race HUD_HMIS.tmp#client_VeteranStatus
Used by
Element export/Client
Model
Children DOB, DOBDataQuality, Ethnicity, FirstName, Gender, LastName, MiddleName, NameDataQuality, NameSuffix, OtherGender, PersonalID, Race, SSN, SSNDataQuality, VeteranStatus
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:Gender/text()='4') then boolean(hmis:OtherGender) else (if (not(hmis:Gender/text()='4')) then (not(boolean(hmis:OtherGender))) else false())
Source
<xs:complexType name="client">
  <xs:sequence>
    <xs:element name="PersonalID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.13.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.13.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FirstName" type="hmis:nameHashingOption" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.1, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.1.</xs:documentation>
      </xs:annotation>
      <xs:alternative test="@hmis:hashStatus='1'" type="hmis:nameHashingOptionPlain"/>
      <xs:alternative test="@hmis:hashStatus='2'" type="hmis:nameHashingOptionSHA1RHY"/>
      <xs:alternative test="@hmis:hashStatus='3'" type="hmis:nameHashingOption"/>
    </xs:element>
    <xs:element name="MiddleName" type="hmis:nameHashingOption" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.1, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.1.</xs:documentation>
      </xs:annotation>
      <xs:alternative test="@hmis:hashStatus='1'" type="hmis:nameHashingOptionPlain"/>
      <xs:alternative test="@hmis:hashStatus='2'" type="hmis:nameHashingOptionSHA1RHY"/>
      <xs:alternative test="@hmis:hashStatus='3'" type="hmis:nameHashingOption"/>
    </xs:element>
    <xs:element name="LastName" type="hmis:nameHashingOption" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.1, #3.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.1.</xs:documentation>
      </xs:annotation>
      <xs:alternative test="@hmis:hashStatus='1'" type="hmis:nameHashingOptionPlain"/>
      <xs:alternative test="@hmis:hashStatus='2'" type="hmis:nameHashingOptionSHA1RHY"/>
      <xs:alternative test="@hmis:hashStatus='3'" type="hmis:nameHashingOption"/>
    </xs:element>
    <xs:element name="NameSuffix" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.1, #4.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NameDataQuality" type="hmis:nameDataQuality">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.1, #5.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SSN" type="hmis:ssnHashingOption" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.2, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.2.</xs:documentation>
        <xs:documentation xml:lang="en">Unknown SSN digits should be indicated with a lower case "x".</xs:documentation>
      </xs:annotation>
      <xs:alternative test="@hmis:hashStatus='1'" type="hmis:ssnHashingOptionPlain"/>
      <xs:alternative test="@hmis:hashStatus='2'" type="hmis:ssnHashingOptionSHA1RHY"/>
      <xs:alternative test="@hmis:hashStatus='3'" type="hmis:ssnHashingOption"/>
      <xs:alternative test="@hmis:hashStatus" type="hmis:ssnHashingOptionPlain"/>
    </xs:element>
    <xs:element name="SSNDataQuality" type="hmis:ssnDataQuality">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.2, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DOB" type="xs:date" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.3, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.3.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DOBDataQuality" type="hmis:dobDataQuality">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.3, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.3.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Gender" type="hmis:gender">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.6, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.6.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherGender" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.6, #1A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.6.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Ethnicity" type="hmis:ethnicity">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.5, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.5.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Race" type="hmis:race" maxOccurs="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.4, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.4.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VeteranStatus" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.7, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.7.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if Gender is 4, before allowing use of OtherGender-->
  <xs:assert test="if (hmis:Gender/text()='4') then boolean(hmis:OtherGender) else (if (not(hmis:Gender/text()='4')) then (not(boolean(hmis:OtherGender))) else false())"/>
</xs:complexType>
[ top ]
Complex Type nameHashingOption
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#hashStatus
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:complexType name="nameHashingOption">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="hashStatus" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
[ top ]
Simple Type nameDataQuality
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Name Data Quality 
1 = Full name reported 
2 = Partial, street name, or code name reported 
8 = Client doesn’t know 
9 = Client refused 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Full name reported
enumeration 2
Partial, street name, or code name reported
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="nameDataQuality">
  <xs:annotation>
    <xs:documentation xml:lang="en">Name Data Quality 1 = Full name reported 2 = Partial, street name, or code name reported 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Full name reported</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Partial, street name, or code name reported</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type ssnHashingOption
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#hashStatus
Type extension of xs:token
Used by
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:complexType name="ssnHashingOption">
  <xs:simpleContent>
    <xs:extension base="xs:token">
      <xs:attribute ref="hashStatus" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
[ top ]
Simple Type ssnDataQuality
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
SSN Data Quality 
1 = Full SSN reported 
2 = Approximate or partial SSN reported 
8 = Client doesn’t know 
9 = Client refused 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Full SSN reported
enumeration 2
Approximate or partial SSN reported
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="ssnDataQuality">
  <xs:annotation>
    <xs:documentation xml:lang="en">SSN Data Quality 1 = Full SSN reported 2 = Approximate or partial SSN reported 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Full SSN reported</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Approximate or partial SSN reported</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type dobDataQuality
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Name Data Quality 
1 = Full DOB reported 
2 = Approximate or partial DOB reported 
8 = Client doesn’t know 
9 = Client refused 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Full DOB reported
enumeration 2
Approximate or partial DOB reported
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="dobDataQuality">
  <xs:annotation>
    <xs:documentation xml:lang="en">Name Data Quality 1 = Full DOB reported 2 = Approximate or partial DOB reported 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Full DOB reported</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Approximate or partial DOB reported</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type gender
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Applicable to:
Gender 
0 = Female
1 = Male 
2 = Transgender male to female 
3 = Transgender female to male 
4 = Other 
8 = Client doesn’t know 
9 = Client refused 
99 Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
Female
enumeration 1
Male
enumeration 2
Transgender male to female
enumeration 3
Transgender female to male
enumeration 4
Other
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Element client/Gender
Source
<xs:simpleType name="gender">
  <xs:annotation>
    <xs:documentation xml:lang="en">Applicable to: Gender 0 = Female 1 = Male 2 = Transgender male to female 3 = Transgender female to male 4 = Other 8 = Client doesn’t know 9 = Client refused 99 Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Female</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Male</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Transgender male to female</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Transgender female to male</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn't know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type ethnicity
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Ethnicity 
0 = Non-Hispanic/Non-Latino 
1 = Hispanic/Latino 
8 = Client doesn’t know 
9 = Client refused 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
Non-Hispanic/Non-Latino
enumeration 1
Hispanic/Latino
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="ethnicity">
  <xs:annotation>
    <xs:documentation xml:lang="en">Ethnicity 0 = Non-Hispanic/Non-Latino 1 = Hispanic/Latino 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Non-Hispanic/Non-Latino</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Hispanic/Latino</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type race
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Race
1 = American Indian or Alaska Native 
2 = Asian 
3 = Black or African American 
4 = Native Hawaiian or Other Pacific Islander 
5 = White 
8 = Client doesn’t know 
9 = Client refused 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
American Indian or Alaska Native
enumeration 2
Asian
enumeration 3
Black or African American
enumeration 4
Native Hawaiian or Other Pacific Islander
enumeration 5
White
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Element client/Race
Source
<xs:simpleType name="race">
  <xs:annotation>
    <xs:documentation xml:lang="en">Race 1 = American Indian or Alaska Native 2 = Asian 3 = Black or African American 4 = Native Hawaiian or Other Pacific Islander 5 = White 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">American Indian or Alaska Native</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Asian</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Black or African American</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Native Hawaiian or Other Pacific Islander</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">White</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type fiveValDKRefused
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Applicable to:
No Yes
				0 = No
				1 = Yes
				8 = Client doesn't know
				9 = Client refused
				99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">Applicable to: No Yes 0 = No 1 = Yes 8 = Client doesn't know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">No</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Yes</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn't know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type contact
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#contact_ContactID HUD_HMIS.tmp#contact_ProjectEntryID HUD_HMIS.tmp#contact_ContactDate HUD_HMIS.tmp#contact_ContactLocation
Used by
Element export/Contact
Model
Children ContactDate, ContactID, ContactLocation, ProjectEntryID
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:Gender/text()='4') then boolean(hmis:OtherGender) else (if (not(hmis:Gender/text()='4')) then (not(boolean(hmis:OtherGender))) else false())
Source
<xs:complexType name="contact">
  <xs:sequence>
    <xs:element name="ContactID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Contact's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ContactDate" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.12, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.12.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ContactLocation" type="hmis:contactLocation">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.12, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.12.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if Gender is 4, before allowing use of OtherGender-->
  <xs:assert test="if (hmis:Gender/text()='4') then boolean(hmis:OtherGender) else (if (not(hmis:Gender/text()='4')) then (not(boolean(hmis:OtherGender))) else false())"/>
</xs:complexType>
[ top ]
Simple Type contactLocation
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Contact Location
1 = Place not meant for habitation
2 = Service setting, non-residential
3 = Service setting, residential
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Place not meant for habitation
enumeration 2
Service setting, non-residential
enumeration 3
Service setting, residential
Used by
Source
<xs:simpleType name="contactLocation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Contact Location 1 = Place not meant for habitation 2 = Service setting, non-residential 3 = Service setting, residential</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Place not meant for habitation</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Service setting, non-residential</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Service setting, residential</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type dateOfEngagement
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#dateOfEngagement_DateOfEngagementID HUD_HMIS.tmp#dateOfEngagement_ProjectEntryID HUD_HMIS.tmp#dateOfEngagement_DateOfEngagement
Used by
Model
Children DateOfEngagement, DateOfEngagementID, ProjectEntryID
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="dateOfEngagement">
  <xs:sequence>
    <xs:element name="DateOfEngagementID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the DateOfEngagement's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DateOfEngagement" type="xs:date">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.13, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.13."</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Complex Type disabilities
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#dataCollectionStage HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#disabilities_DisabilitiesID HUD_HMIS.tmp#disabilities_ProjectEntryID HUD_HMIS.tmp#disabilities_DisabilityType HUD_HMIS.tmp#disabilities_DisabilityResponse HUD_HMIS.tmp#disabilities_IndefiniteAndImpairsIndependence HUD_HMIS.tmp#disabilities_DocumentationOnFile HUD_HMIS.tmp#disabilities_ReceivingServices HUD_HMIS.tmp#disabilities_PATHHowConfirmed HUD_HMIS.tmp#disabilities_PATHSMIInformation HUD_HMIS.tmp#disabilities_TCellCountAvailable HUD_HMIS.tmp#disabilities_TCellCount HUD_HMIS.tmp#disabilities_TCellSource HUD_HMIS.tmp#disabilities_ViralLoadAvailable HUD_HMIS.tmp#disabilities_ViralLoad HUD_HMIS.tmp#disabilities_ViralLoadSource
Used by
Model
Children DisabilitiesID, DisabilityResponse, DisabilityType, DocumentationOnFile, IndefiniteAndImpairsIndependence, PATHHowConfirmed, PATHSMIInformation, ProjectEntryID, ReceivingServices, TCellCount, TCellCountAvailable, TCellSource, ViralLoad, ViralLoadAvailable, ViralLoadSource
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:TCellCountAvailable) then boolean(hmis:DisabilityType/text()='8') else true()
if (hmis:TCellCountAvailable/text()='1') then boolean(hmis:TCellCount) else (if (not(hmis:TCellCountAvailable/text()='1')) then (not(boolean(hmis:TCellCount))) else false())
if (hmis:TCellCount) then boolean(hmis:TCellSource) else (if (not(hmis:TCellCount)) then (not(boolean(hmis:TCellSource))) else false())
if (hmis:ViralLoadAvailable) then boolean(hmis:DisabilityType/text()='8') else true()
if (hmis:ViralLoadAvailable/text()='1') then boolean(hmis:ViralLoad) else (if (not(hmis:ViralLoadAvailable/text()='1')) then (not(boolean(hmis:ViralLoad))) else false())
if (hmis:ViralLoad) then boolean(hmis:ViralLoadSource) else (if (not(hmis:ViralLoad)) then (not(boolean(hmis:ViralLoadSource))) else false())
Source
<xs:complexType name="disabilities">
  <xs:sequence>
    <xs:element name="DisabilitiesID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Exit's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DisabilityType" type="hmis:disabilityType">
      <xs:annotation>
        <xs:documentation xml:lang="en">The permissible values correspond to the decimal values of the corresponding disability types. 4.5 Physical Disability is "5" and 4.10 Substance Abuse is "10".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DisabilityResponse" type="xs:nonNegativeInteger">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.5-4.10, Response #2. Permissable values vary depending on which disability type is declared. The values are contined with "Field and Response(s) 2" within 4.5 through 4.10.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.5-4.10."</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IndefiniteAndImpairsIndependence" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.5-4.10, Response #2A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.5-4.10."</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DocumentationOnFile" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.5-4.10, Response #2B.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.5-4.10."</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReceivingServices" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.5-4.10, Response #2C.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.5-4.10."</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PATHHowConfirmed" type="hmis:pathHowConfirmed" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.9-4.10, Response #2D.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.9-4.10."</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PATHSMIInformation" type="hmis:pathSMIInformation" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.9, Response #2E.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.9."</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TCellCountAvailable" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.47 #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.47."</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TCellCount" type="hmis:tCellCount" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.47 A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.47."</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TCellSource" type="hmis:tCellOrViralLoadSource" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.47 B.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.47."</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ViralLoadAvailable" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.47 #3.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.47."</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ViralLoad" type="hmis:viralLoad" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.47 C.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.47."</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ViralLoadSource" type="hmis:tCellOrViralLoadSource" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.47 D.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Section 4.47."</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if DisabilityType is 8, before allowing use of TCellCountAvailable-->
  <xs:assert test="if (hmis:TCellCountAvailable) then boolean(hmis:DisabilityType/text()='8') else true()"/>
  <!--Testing if TCellCountAvailable is 1, before allowing use of TCellCount-->
  <xs:assert test="if (hmis:TCellCountAvailable/text()='1') then boolean(hmis:TCellCount) else (if (not(hmis:TCellCountAvailable/text()='1')) then (not(boolean(hmis:TCellCount))) else false())"/>
  <!--Testing if TCellCount is not null, before allowing use of TCellSource-->
  <xs:assert test="if (hmis:TCellCount) then boolean(hmis:TCellSource) else (if (not(hmis:TCellCount)) then (not(boolean(hmis:TCellSource))) else false())"/>
  <!--Testing if DisabilityType is 8, before allowing use of ViralLoadAvailable-->
  <xs:assert test="if (hmis:ViralLoadAvailable) then boolean(hmis:DisabilityType/text()='8') else true()"/>
  <!--Testing if ViralLoadAvailable is 1, before allowing use of ViralLoad-->
  <xs:assert test="if (hmis:ViralLoadAvailable/text()='1') then boolean(hmis:ViralLoad) else (if (not(hmis:ViralLoadAvailable/text()='1')) then (not(boolean(hmis:ViralLoad))) else false())"/>
  <!--Testing if  ViralLoad is not null, before allowing use of  ViralLoadSource-->
  <xs:assert test="if (hmis:ViralLoad) then boolean(hmis:ViralLoadSource) else (if (not(hmis:ViralLoad)) then (not(boolean(hmis:ViralLoadSource))) else false())"/>
</xs:complexType>
[ top ]
Simple Type disabilityType
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Disability Type
5 = Physical Disability
6 = Developmental Disability
7 = Chronic Health Condition
8 = HIV/AIDS
9 = Mental Health Problem
10 = Substance Abuse
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 5
Physical Disability
enumeration 6
Developmental Disability
enumeration 7
Chronic Health Condition
enumeration 8
HIV/AIDS
enumeration 9
Mental Health Problem
enumeration 10
Substance Abuse
Used by
Source
<xs:simpleType name="disabilityType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Disability Type 5 = Physical Disability 6 = Developmental Disability 7 = Chronic Health Condition 8 = HIV/AIDS 9 = Mental Health Problem 10 = Substance Abuse</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Physical Disability</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Developmental Disability</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Chronic Health Condition</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">HIV/AIDS</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Mental Health Problem</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">Substance Abuse</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type noYes
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
0 = No, 1 = Yes, 99 = Data Not Collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Used by
Elements disabilities/DocumentationOnFile, entryRHY/AbuseAndNeglectFam, entryRHY/AbuseAndNeglectYouth, entryRHY/ActiveMilitaryParent, entryRHY/AlcoholDrugAbuseFam, entryRHY/AlcoholDrugAbuseYouth, entryRHY/HealthIssuesFam, entryRHY/HealthIssuesYouth, entryRHY/HouseholdDynamics, entryRHY/HousingIssuesFam, entryRHY/HousingIssuesYouth, entryRHY/IncarceratedParent, entryRHY/InsufficientIncome, entryRHY/MentalDisabilityFam, entryRHY/MentalDisabilityYouth, entryRHY/MentalHealthIssuesFam, entryRHY/MentalHealthIssuesYouth, entryRHY/PhysicalDisabilityFam, entryRHY/PhysicalDisabilityYouth, entryRHY/SchoolEducationalIssuesFam, entryRHY/SchoolEducationalIssuesYouth, entryRHY/SexualOrientationGenderIDFam, entryRHY/SexualOrientationGenderIdentityYouth, entryRHY/UnemploymentFam, entryRHY/UnemploymentYouth, healthInsurance/COBRA, healthInsurance/EmployerProvided, healthInsurance/Medicaid, healthInsurance/Medicare, healthInsurance/PrivatePay, healthInsurance/SCHIP, healthInsurance/StateHealthIns, healthInsurance/VAMedicalServices, incomeAndSources/Alimony, incomeAndSources/ChildSupport, incomeAndSources/Earned, incomeAndSources/GA, incomeAndSources/OtherSource, incomeAndSources/Pension, incomeAndSources/PrivateDisability, incomeAndSources/SSDI, incomeAndSources/SSI, incomeAndSources/SocSecRetirement, incomeAndSources/TANF, incomeAndSources/Unemployment, incomeAndSources/VADisabilityNonService, incomeAndSources/VADisabilityService, incomeAndSources/WorkersComp, nonCashBenefits/OtherSource, nonCashBenefits/OtherTANF, nonCashBenefits/RentalAssistanceOngoing, nonCashBenefits/RentalAssistanceTemp, nonCashBenefits/SNAP, nonCashBenefits/TANFChildCare, nonCashBenefits/TANFTransportation, nonCashBenefits/WIC, pathStatus/ClientEnrolledInPATH, project/ContinuumProject, project/ResidentialAffiliation, residentialMoveInDate/InPermanentHousing, rhyBCPStatus/FYSBYouth, site/PrincipalSite
Source
<xs:simpleType name="noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">0 = No, 1 = Yes, 99 = Data Not Collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">No</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Yes</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data Not Collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type pathHowConfirmed
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
How confirmed
1 = Unconfirmed; presumptive or self-report
2 = Confirmed through assessment and clinical evaluation
3 = Confirmed by prior evaluation or clinical records
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Unconfirmed; presumptive or self-report
enumeration 2
Confirmed through assessment and clinical evaluation
enumeration 3
Confirmed by prior evaluation or clinical records
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="pathHowConfirmed">
  <xs:annotation>
    <xs:documentation xml:lang="en">How confirmed 1 = Unconfirmed; presumptive or self-report 2 = Confirmed through assessment and clinical evaluation 3 = Confirmed by prior evaluation or clinical records 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unconfirmed; presumptive or self-report</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Confirmed through assessment and clinical evaluation</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Confirmed by prior evaluation or clinical records</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type pathSMIInformation
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
How Confirmed Response
0 = No
1 = Unconfirmed; presumptive or self-report
2 = Confirmed through assessment and clinical evaluation
3 = Confirmed by prior evaluation or clinical records
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
No
enumeration 1
Unconfirmed; presumptive or self-report
enumeration 2
Confirmed through assessment and clinical evaluation
enumeration 3
Confirmed by prior evaluation or clinical records
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="pathSMIInformation">
  <xs:annotation>
    <xs:documentation xml:lang="en">How Confirmed Response 0 = No 1 = Unconfirmed; presumptive or self-report 2 = Confirmed through assessment and clinical evaluation 3 = Confirmed by prior evaluation or clinical records 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">No</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unconfirmed; presumptive or self-report</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Confirmed through assessment and clinical evaluation</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Confirmed by prior evaluation or clinical records</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type tCellCount
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 1500
minInclusive 0
Used by
Source
<xs:simpleType name="tCellCount">
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="1500"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type tCellOrViralLoadSource
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
T Cell Or Viral Load Source
1 = Medical Report 
2 = Client Report 
3 = Other
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Medical Report
enumeration 2
Client Report
enumeration 3
Other
Used by
Source
<xs:simpleType name="tCellOrViralLoadSource">
  <xs:annotation>
    <xs:documentation xml:lang="en">T Cell Or Viral Load Source 1 = Medical Report 2 = Client Report 3 = Other</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Medical Report</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client Report</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type viralLoad
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:simpleType name="viralLoad">
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="999999"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type domesticViolence
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#dataCollectionStage HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#domesticViolence_DomesticViolenceID HUD_HMIS.tmp#domesticViolence_ProjectEntryID HUD_HMIS.tmp#domesticViolence_DomesticViolenceVictim HUD_HMIS.tmp#domesticViolence_WhenOccurred HUD_HMIS.tmp#domesticViolence_CurrentlyFleeing
Used by
Model
Children CurrentlyFleeing, DomesticViolenceID, DomesticViolenceVictim, ProjectEntryID, WhenOccurred
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:DomesticViolenceVictim/text()='1') then boolean(hmis:CurrentlyFleeing) else (if (not(hmis:DomesticViolenceVictim/text()='1')) then (not(boolean(hmis:CurrentlyFleeing))) else false())
Source
<xs:complexType name="domesticViolence">
  <xs:sequence>
    <xs:element name="DomesticViolenceID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the DomesticViolence's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DomesticViolenceVictim" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.11, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.11 Domestic Violence Victim/Survivor"</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WhenOccurred" type="hmis:whenOccurred" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.11, #A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.11 Domestic Violence Victim/Survivor"</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CurrentlyFleeing" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.11, #B.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.11 Domestic Violence Victim/Survivor"</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if DomesticViolenceVictim is 1, before allowing use of CurrentlyFleeing-->
  <xs:assert test="if (hmis:DomesticViolenceVictim/text()='1') then boolean(hmis:CurrentlyFleeing) else (if (not(hmis:DomesticViolenceVictim/text()='1')) then (not(boolean(hmis:CurrentlyFleeing))) else false())"/>
</xs:complexType>
[ top ]
Simple Type whenOccurred
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
If Yes for “Domestic Violence Victim/Survivor”
When experience occurredResponse(s)
1 = Within the past three months
2 = Three to six months ago (excluding six months exactly)
3 = Six months to one year ago (excluding one year exactly)
4 = One year ago or more
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Within the past three months
enumeration 2
Three to six months ago (excluding six months exactly)
enumeration 3
Six months to one year ago (excluding one year exactly)
enumeration 4
One year ago or more
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="whenOccurred">
  <xs:annotation>
    <xs:documentation xml:lang="en">If Yes for “Domestic Violence Victim/Survivor” When experience occurredResponse(s) 1 = Within the past three months 2 = Three to six months ago (excluding six months exactly) 3 = Six months to one year ago (excluding one year exactly) 4 = One year ago or more 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Within the past three months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Three to six months ago (excluding six months exactly)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Six months to one year ago (excluding one year exactly)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">One year ago or more</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type education
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#dataCollectionStage HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#education_EducationID HUD_HMIS.tmp#education_ProjectEntryID HUD_HMIS.tmp#education_LastGradeCompleted HUD_HMIS.tmp#education_SchoolStatus
Used by
Model
Children EducationID, LastGradeCompleted, ProjectEntryID, SchoolStatus
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="education">
  <xs:sequence>
    <xs:element name="EducationID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the LastGradeCompletedID's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LastGradeCompleted" type="hmis:lastGradeCompletedSimple" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.24, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.24 Last Grade Completed"</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SchoolStatus" type="hmis:schoolStatus" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.25, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.25 School Status"</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Simple Type lastGradeCompletedSimple
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Last Grade Completed
1 = Less than Grade 5
2 = Grades 5-6
3 = Grades 7-8
4 = Grades 9-11
5 =Grade 12
6 = School program does not have grade levels
7 = GED
10 = Some college
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Less than Grade 5
enumeration 2
Grades 5-6
enumeration 3
Grades 7-8
enumeration 4
Grades 9-11
enumeration 5
Grade 12
enumeration 6
School program does not have grade levels
enumeration 7
GED
enumeration 10
Some college
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="lastGradeCompletedSimple">
  <xs:annotation>
    <xs:documentation xml:lang="en">Last Grade Completed 1 = Less than Grade 5 2 = Grades 5-6 3 = Grades 7-8 4 = Grades 9-11 5 =Grade 12 6 = School program does not have grade levels 7 = GED 10 = Some college 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Less than Grade 5</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Grades 5-6</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Grades 7-8</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Grades 9-11</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Grade 12</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">School program does not have grade levels</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">GED</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">Some college</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type schoolStatus
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
School Status
1 = Attending school regularly
2 = Attending school irregularly
3 = Graduated from high school
4 = Obtained GED
5 = Dropped out
6 = Suspended
7 = Expelled
8 = Client doesn’t know
9 = Client refused
99 =  Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Attending school regularly
enumeration 2
Attending school irregularly
enumeration 3
Graduated from high school
enumeration 4
Obtained GED
enumeration 5
Dropped out
enumeration 6
Suspended
enumeration 7
Expelled
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="schoolStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">School Status 1 = Attending school regularly 2 = Attending school irregularly 3 = Graduated from high school 4 = Obtained GED 5 = Dropped out 6 = Suspended 7 = Expelled 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Attending school regularly</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Attending school irregularly</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Graduated from high school</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Obtained GED</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Dropped out</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Suspended</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Expelled</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type employment
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#dataCollectionStage HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#employment_EmploymentID HUD_HMIS.tmp#employment_ProjectEntryID HUD_HMIS.tmp#employment_Employed HUD_HMIS.tmp#employment_EmploymentType HUD_HMIS.tmp#employment_NotEmployedReason
Used by
Model
Children Employed, EmploymentID, EmploymentType, NotEmployedReason, ProjectEntryID
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="employment">
  <xs:sequence>
    <xs:element name="EmploymentID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Employment's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Employed" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.26, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.26 Employment Status, Employed"</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EmploymentType" type="hmis:employmentType" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.26, #2A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.26 Employment Type"</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NotEmployedReason" type="hmis:notEmployedReason" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.26, #2B.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.26 Employment Status"</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Simple Type employmentType
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
If Yes for “Employed”
Type of Employment
1 = Full-time
2 = Part-time
3 = Seasonal / sporadic (including day labor)
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Full-timed
enumeration 2
Part-time
enumeration 3
Seasonal / sporadic (including day labor)
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="employmentType">
  <xs:annotation>
    <xs:documentation xml:lang="en">If Yes for “Employed” Type of Employment 1 = Full-time 2 = Part-time 3 = Seasonal / sporadic (including day labor) 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Full-timed</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Part-time</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Seasonal / sporadic (including day labor)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type notEmployedReason
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
If No for “Employed”
Why Not Employed
1 = Looking for work
2 = Unable to work
3 = Not looking for work
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Looking for work
enumeration 2
Unable to work
enumeration 3
Not looking for work
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="notEmployedReason">
  <xs:annotation>
    <xs:documentation xml:lang="en">If No for “Employed” Why Not Employed 1 = Looking for work 2 = Unable to work 3 = Not looking for work 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Looking for work</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unable to work</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Not looking for work</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type enrollment
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#enrollment_ProjectEntryID HUD_HMIS.tmp#enrollment_PersonalID HUD_HMIS.tmp#enrollment_ProjectID HUD_HMIS.tmp#enrollment_EntryDate HUD_HMIS.tmp#enrollment_HouseholdID HUD_HMIS.tmp#enrollment_RelationshipToHoH HUD_HMIS.tmp#enrollment_ResidencePrior HUD_HMIS.tmp#enrollment_OtherResidencePrior HUD_HMIS.tmp#enrollment_ResidencePriorLengthOfStay HUD_HMIS.tmp#enrollment_EntryFromStreetESSH HUD_HMIS.tmp#enrollment_DateToStreetESSH HUD_HMIS.tmp#enrollment_TimesHomelessPastThreeYears HUD_HMIS.tmp#enrollment_MonthsHomelessPastThreeYears HUD_HMIS.tmp#enrollment_DisablingCondition HUD_HMIS.tmp#enrollment_HousingStatus
Used by
Model
Children DateToStreetESSH, DisablingCondition, EntryDate, EntryFromStreetESSH, HouseholdID, HousingStatus, MonthsHomelessPastThreeYears, OtherResidencePrior, PersonalID, ProjectEntryID, ProjectID, RelationshipToHoH, ResidencePrior, ResidencePriorLengthOfStay, TimesHomelessPastThreeYears
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:ResidencePrior/text()='17') then boolean(hmis:OtherResidencePrior) else (if (not(hmis:ResidencePrior/text()='17')) then (not(boolean(hmis:OtherResidencePrior))) else false())
if (hmis:TimesHomelessPastThreeYears/text()='1' or hmis:TimesHomelessPastThreeYears/text()='2' or hmis:TimesHomelessPastThreeYears/text()='3' or hmis:TimesHomelessPastThreeYears/text()='4') then boolean(hmis:MonthsHomelessPastThreeYears) else (if (not(hmis:TimesHomelessPastThreeYears/text()='1' or hmis:TimesHomelessPastThreeYears/text()='2' or hmis:TimesHomelessPastThreeYears/text()='3' or hmis:TimesHomelessPastThreeYears/text()='4')) then (not(boolean(hmis:MonthsHomelessPastThreeYears))) else false())
if (hmis:EntryFromStreetESSH/text()='1') then boolean(hmis:DateToStreetESSH) else (if (not(hmis:EntryFromStreetESSH/text()='1')) then (not(boolean(hmis:DateToStreetESSH))) else false())
Source
<xs:complexType name="enrollment">
  <xs:sequence>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Enrollment's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PersonalID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Client's ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the associated Project's ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EntryDate" type="xs:date">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.10.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.10.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HouseholdID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.14.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.14.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RelationshipToHoH" type="hmis:relationshipToHoH">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.15.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.15.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResidencePrior" type="hmis:residencePrior" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.9.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.9.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherResidencePrior" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.9.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.9.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResidencePriorLengthOfStay" type="hmis:residencePriorLengthOfStay" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.9.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.9.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EntryFromStreetESSH" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.17 #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.17, #1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DateToStreetESSH" type="xs:date" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.17 A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.17 A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TimesHomelessPastThreeYears" type="hmis:timesHomelessPastThreeYears" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.17, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.17, #2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MonthsHomelessPastThreeYears     " type="hmis:monthsHomelessPastThreeYears" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See 2015 HMIS Data Dictionary, Section 3.17, #2A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.17, #2A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DisablingCondition" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.8.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 3.8.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HousingStatus" type="hmis:housingStatus" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if ResidencePrior is 17, before allowing use of OtherResidencePrior-->
  <xs:assert test="if (hmis:ResidencePrior/text()='17') then boolean(hmis:OtherResidencePrior) else (if (not(hmis:ResidencePrior/text()='17')) then (not(boolean(hmis:OtherResidencePrior))) else false())"/>
  <!--Testing if TimesHomelessPastThreeYears is 1-4, before allowing use of MonthsHomelessPastThreeYears-->
  <xs:assert test="if (hmis:TimesHomelessPastThreeYears/text()='1' or hmis:TimesHomelessPastThreeYears/text()='2' or hmis:TimesHomelessPastThreeYears/text()='3'  or hmis:TimesHomelessPastThreeYears/text()='4') then boolean(hmis:MonthsHomelessPastThreeYears) else (if (not(hmis:TimesHomelessPastThreeYears/text()='1'  or hmis:TimesHomelessPastThreeYears/text()='2' or hmis:TimesHomelessPastThreeYears/text()='3'  or hmis:TimesHomelessPastThreeYears/text()='4')) then (not(boolean(hmis:MonthsHomelessPastThreeYears))) else false())"/>
  <!--Testing if EntryFromStreetESSH is 1, before allowing use of DateToStreetESSH-->
  <xs:assert test="if (hmis:EntryFromStreetESSH/text()='1') then boolean(hmis:DateToStreetESSH) else (if (not(hmis:EntryFromStreetESSH/text()='1')) then (not(boolean(hmis:DateToStreetESSH))) else false())"/>
</xs:complexType>
[ top ]
Simple Type relationshipToHoH
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
RelationshipToHeadOfHousehold
1 = Self (head of household) 
	2 = Head of household’s child 
3 = Head of household’s spouse or partner
4 = Head of household’s other relation member (other relation to head of household) 
	5 = Other: non-relation member
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Self (head of household)
enumeration 2
Head of household’s child
enumeration 3
Head of household’s spouse or partner
enumeration 4
Head of household’s other relation member (other relation to head of household)
enumeration 5
Other: non-relation member
Used by
Source
<xs:simpleType name="relationshipToHoH">
  <xs:annotation>
    <xs:documentation xml:lang="en">RelationshipToHeadOfHousehold 1 = Self (head of household) 2 = Head of household’s child 3 = Head of household’s spouse or partner 4 = Head of household’s other relation member (other relation to head of household) 5 = Other: non-relation member</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Self (head of household)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Head of household’s child</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Head of household’s spouse or partner</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Head of household’s other relation member (other relation to head of household)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other: non-relation member</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type residencePrior
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Residence Type
1 = Emergency shelter, including hotel or motel paid for with emergency shelter voucher
2 = Transitional housing for homeless persons (including homeless youth)
3 = Permanent housing for formerly homeless persons (such as: CoC project; HUD legacy programs; or HOPWA PH) 
4 = Psychiatric hospital or other psychiatric facility
5 = Substance abuse treatment facility or detox center
6 = Hospital or other residential non-psychiatric medical facility
7 = Jail, prison or juvenile detention facility
8 = Client doesn’t know
9 = Client refused
12 = Staying or living in a family member’s room, apartment or house          
13 = Staying or living in a friend’s room, apartment or house
14 = Hotel or motel paid for without emergency shelter voucher 
15 = Foster care home or foster care group home				
16 = Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside)
17 = Other
18 = Safe Haven
19 = Rental by client, with VASH subsidy
20 = Rental by client, with other ongoing housing subsidy
21 = Owned by client, with ongoing housing subsidy 
22 = Rental by client, no ongoing housing subsidy
23 = Owned by client, no ongoing housing subsidy 
24 = Long-term care facility or nursing home
25 = Rental by client, with GPD TIP subsidy
26 = Residential project or halfway house with no homeless criteria
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Emergency shelter, including hotel or motel paid for with emergency shelter voucher
enumeration 2
Transitional housing for homeless persons (including homeless youth)
enumeration 3
Permanent housing for formerly homeless persons (such as: CoC project; HUD legacy programs; or HOPWA PH)
enumeration 4
Psychiatric hospital or other psychiatric facility
enumeration 5
Substance abuse treatment facility or detox center
enumeration 6
Hospital or other residential non-psychiatric medical facility
enumeration 7
Jail, prison or juvenile detention facility
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 12
Staying or living in a family member’s room, apartment or house
enumeration 13
Staying or living in a friend’s room, apartment or house
enumeration 14
Hotel or motel paid for without emergency shelter voucher
enumeration 15
Foster care home or foster care group home
enumeration 16
Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside)
enumeration 17
Other
enumeration 18
Safe Haven
enumeration 19
Rental by client, with VASH subsidy
enumeration 20
Rental by client, with other ongoing housing subsidy
enumeration 21
Owned by client, with ongoing housing subsidy
enumeration 22
Rental by client, no ongoing housing subsidy
enumeration 23
Owned by client, no ongoing housing subsidy
enumeration 24
Long-term care facility or nursing home
enumeration 25
Rental by client, with GPD TIP subsidy
enumeration 26
Residential project or halfway house with no homeless criteria
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="residencePrior">
  <xs:annotation>
    <xs:documentation xml:lang="en">Residence Type 1 = Emergency shelter, including hotel or motel paid for with emergency shelter voucher 2 = Transitional housing for homeless persons (including homeless youth) 3 = Permanent housing for formerly homeless persons (such as: CoC project; HUD legacy programs; or HOPWA PH) 4 = Psychiatric hospital or other psychiatric facility 5 = Substance abuse treatment facility or detox center 6 = Hospital or other residential non-psychiatric medical facility 7 = Jail, prison or juvenile detention facility 8 = Client doesn’t know 9 = Client refused 12 = Staying or living in a family member’s room, apartment or house 13 = Staying or living in a friend’s room, apartment or house 14 = Hotel or motel paid for without emergency shelter voucher 15 = Foster care home or foster care group home 16 = Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside) 17 = Other 18 = Safe Haven 19 = Rental by client, with VASH subsidy 20 = Rental by client, with other ongoing housing subsidy 21 = Owned by client, with ongoing housing subsidy 22 = Rental by client, no ongoing housing subsidy 23 = Owned by client, no ongoing housing subsidy 24 = Long-term care facility or nursing home 25 = Rental by client, with GPD TIP subsidy 26 = Residential project or halfway house with no homeless criteria 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Emergency shelter, including hotel or motel paid for with emergency shelter voucher</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Transitional housing for homeless persons (including homeless youth)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Permanent housing for formerly homeless persons (such as: CoC project; HUD legacy programs; or HOPWA PH)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Psychiatric hospital or other psychiatric facility</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Substance abuse treatment facility or detox center</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Hospital or other residential non-psychiatric medical facility</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Jail, prison or juvenile detention facility</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Staying or living in a family member’s room, apartment or house</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="13">
      <xs:annotation>
        <xs:documentation xml:lang="en">Staying or living in a friend’s room, apartment or house</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="14">
      <xs:annotation>
        <xs:documentation xml:lang="en">Hotel or motel paid for without emergency shelter voucher</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="15">
      <xs:annotation>
        <xs:documentation xml:lang="en">Foster care home or foster care group home</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="16">
      <xs:annotation>
        <xs:documentation xml:lang="en">Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="17">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="18">
      <xs:annotation>
        <xs:documentation xml:lang="en">Safe Haven</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="19">
      <xs:annotation>
        <xs:documentation xml:lang="en">Rental by client, with VASH subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="20">
      <xs:annotation>
        <xs:documentation xml:lang="en">Rental by client, with other ongoing housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="21">
      <xs:annotation>
        <xs:documentation xml:lang="en">Owned by client, with ongoing housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="22">
      <xs:annotation>
        <xs:documentation xml:lang="en">Rental by client, no ongoing housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="23">
      <xs:annotation>
        <xs:documentation xml:lang="en">Owned by client, no ongoing housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="24">
      <xs:annotation>
        <xs:documentation xml:lang="en">Long-term care facility or nursing home</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="25">
      <xs:annotation>
        <xs:documentation xml:lang="en">Rental by client, with GPD TIP subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="26">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential project or halfway house with no homeless criteria</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type residencePriorLengthOfStay
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Length of Stay in Previous Place
2 = More than one week, but less than one month 
3 = One to three months 
4 = More than three months, but less than one year 
5 = One year or longer 
8 = Client doesn’t know 
9 = Client refused
10 = One day or less
11 = Two days to one week 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 2
More than one week, but less than one month
enumeration 3
One to three months
enumeration 4
More than three months, but less than one year
enumeration 5
One year or longer
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 10
One day or less
enumeration 11
Two days to one week
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="residencePriorLengthOfStay">
  <xs:annotation>
    <xs:documentation xml:lang="en">Length of Stay in Previous Place 2 = More than one week, but less than one month 3 = One to three months 4 = More than three months, but less than one year 5 = One year or longer 8 = Client doesn’t know 9 = Client refused 10 = One day or less 11 = Two days to one week 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">More than one week, but less than one month</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">One to three months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">More than three months, but less than one year</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">One year or longer</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">One day or less</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">Two days to one week</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type timesHomelessPastThreeYears
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Number of Times the Client has been Homeless in the Past Three Years 
0 = Never in the 3 years
1 = One time
2 = Two times
3 = Three times
4 = Four or more times
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
Never in the 3 years
enumeration 1
One time
enumeration 2
Two times
enumeration 3
Three times
enumeration 4
Four or more times
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="timesHomelessPastThreeYears">
  <xs:annotation>
    <xs:documentation xml:lang="en">Number of Times the Client has been Homeless in the Past Three Years 0 = Never in the 3 years 1 = One time 2 = Two times 3 = Three times 4 = Four or more times 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Never in the 3 years</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">One time</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Two times</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Three times</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Four or more times</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type monthsHomelessPastThreeYears
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Total Number of Months Homeless in the Past Three Years 
101 – 112 = 1 to 12 months (with a leading "1")
113 = More than 12 months 
8 = Client doesn’t know 
9 = Client refused 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:positiveInteger
Facets
enumeration 101
1 month
enumeration 102
2 months
enumeration 103
3 months
enumeration 104
4 months
enumeration 105
5 months
enumeration 106
6 months
enumeration 107
7 months
enumeration 108
8 months
enumeration 109
9 months
enumeration 110
10 months
enumeration 111
11 months
enumeration 112
12 months
enumeration 113
More than 12 months
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="monthsHomelessPastThreeYears">
  <xs:annotation>
    <xs:documentation xml:lang="en">Total Number of Months Homeless in the Past Three Years 101 – 112 = 1 to 12 months (with a leading "1") 113 = More than 12 months 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:positiveInteger">
    <xs:enumeration value="101">
      <xs:annotation>
        <xs:documentation xml:lang="en">1 month</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="102">
      <xs:annotation>
        <xs:documentation xml:lang="en">2 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="103">
      <xs:annotation>
        <xs:documentation xml:lang="en">3 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="104">
      <xs:annotation>
        <xs:documentation xml:lang="en">4 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="105">
      <xs:annotation>
        <xs:documentation xml:lang="en">5 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="106">
      <xs:annotation>
        <xs:documentation xml:lang="en">6 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="107">
      <xs:annotation>
        <xs:documentation xml:lang="en">7 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="108">
      <xs:annotation>
        <xs:documentation xml:lang="en">8 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="109">
      <xs:annotation>
        <xs:documentation xml:lang="en">9 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="110">
      <xs:annotation>
        <xs:documentation xml:lang="en">10 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="111">
      <xs:annotation>
        <xs:documentation xml:lang="en">11 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="112">
      <xs:annotation>
        <xs:documentation xml:lang="en">12 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="113">
      <xs:annotation>
        <xs:documentation xml:lang="en">More than 12 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type housingStatus
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Homeless and At-Risk of Homelessness Status
1 = Category 1 - Homeless
2 = Category 2 - At imminent risk of losing housing
3 = At-risk of homelessness
4 = Stably Housed 
5 = Category 3 - Homeless only under other federal statutes 
6 = Category 4 - Fleeing domestic violence
8 = Client doesn’t know 
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Category 1 - Homeless
enumeration 2
Category 2 - At imminent risk of losing housing
enumeration 3
At-risk of homelessness
enumeration 4
Stably Housed
enumeration 5
Category 3 - Homeless only under other federal statutes
enumeration 6
Category 4 - Fleeing domestic violence
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="housingStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">Homeless and At-Risk of Homelessness Status 1 = Category 1 - Homeless 2 = Category 2 - At imminent risk of losing housing 3 = At-risk of homelessness 4 = Stably Housed 5 = Category 3 - Homeless only under other federal statutes 6 = Category 4 - Fleeing domestic violence 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Category 1 - Homeless</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Category 2 - At imminent risk of losing housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">At-risk of homelessness</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Stably Housed</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Category 3 - Homeless only under other federal statutes</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Category 4 - Fleeing domestic violence</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type enrollmentCoC
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#dataCollectionStage HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#enrollmentCoC_EnrollmentCoCID HUD_HMIS.tmp#enrollmentCoC_ProjectEntryID HUD_HMIS.tmp#enrollmentCoC_CoCCode
Used by
Model
Children CoCCode, EnrollmentCoCID, ProjectEntryID
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="enrollmentCoC">
  <xs:sequence>
    <xs:element name="EnrollmentCoCID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the EnrollmentCoC's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment's ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CoCCode" type="hmis:cocCode">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the CoC's ID</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Simple Type cocCode
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [A-Za-z]{2}-[0-9]{3}
Used by
Source
<xs:simpleType name="cocCode">
  <xs:restriction base="xs:string">
    <xs:pattern value="[A-Za-z]{2}-[0-9]{3}"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type exit
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#exit_ExitID HUD_HMIS.tmp#exit_ProjectEntryID HUD_HMIS.tmp#exit_ExitDate HUD_HMIS.tmp#exit_Destination HUD_HMIS.tmp#exit_OtherDestination
Used by
Element export/Exit
Model
Children Destination, ExitDate, ExitID, OtherDestination, ProjectEntryID
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:Destination/text()='17') then boolean(hmis:OtherDestination) else (if (not(hmis:Destination/text()='17')) then (not(boolean(hmis:OtherDestination))) else false())
Source
<xs:complexType name="exit">
  <xs:sequence>
    <xs:element name="ExitID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Exit's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExitDate" type="xs:date">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.11, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "3.11 Project Exit Date".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Destination" type="hmis:destination" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.12, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "3.12 Destination".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherDestination" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 3.12, #1A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "3.12 Destination".</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if Destination is 17, before allowing use of OtherDestination-->
  <xs:assert test="if (hmis:Destination/text()='17') then boolean(hmis:OtherDestination) else (if (not(hmis:Destination/text()='17')) then (not(boolean(hmis:OtherDestination))) else false())"/>
</xs:complexType>
[ top ]
Simple Type destination
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
24 = Deceased
1 = Emergency shelter, including hotel or motel paid for with emergency shelter voucher
15 = Foster care home or foster care group home
6 = Hospital or other residential non-psychiatric medical facility
14 = Hotel or motel paid for without emergency shelter voucher
7 = Jail, prison or juvenile detention facility
25 = Long-term care facility or nursing home
26 = Moved from one HOPWA funded project to HOPWA PH
27 = Moved from one HOPWA funded project to HOPWA TH
11 = Owned by client, no ongoing housing subsidy
21 = Owned by client, with ongoing housing subsidy
3 = Permanent housing for formerly homeless persons (such as: CoC project; or HUD legacy programs; or HOPWA PH)
16 = Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside)
4 = Psychiatric hospital or other psychiatric facility
10 = Rental by client, no ongoing housing subsidy
19 = Rental by client, with VASH housing subsidy
28 = Rental by client, with GPD TIP housing subsidy
20 = Rental by client, with other ongoing housing subsidy
29 = Residential project or halfway house with no homeless criteria
18 = Safe Haven
22 = Staying or living with family, permanent tenure
12 = Staying or living with family, temporary tenure (e.g., room, apartment or house)
23 = Staying or living with friends, permanent tenure
13 = Staying or living with friends, temporary tenure (e.g., room apartment or house)
5 = Substance abuse treatment facility or detox center
2 = Transitional housing for homeless persons (including homeless youth)
17 = Other
30 = No exit interview completed
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 24
Deceased
enumeration 1
Emergency shelter, including hotel or motel paid for with emergency shelter voucher
enumeration 15
Foster care home or foster care group home
enumeration 6
Hospital or other residential non-psychiatric medical facility
enumeration 14
Hotel or motel paid for without emergency shelter voucher
enumeration 7
Jail, prison or juvenile detention facility
enumeration 25
Long-term care facility or nursing home
enumeration 26
Moved from one HOPWA funded project to HOPWA PH
enumeration 27
Moved from one HOPWA funded project to HOPWA TH
enumeration 11
Owned by client, no ongoing housing subsidy
enumeration 21
Owned by client, with ongoing housing subsidy
enumeration 3
Permanent housing for formerly homeless persons (such as: CoC project; or HUD legacy programs; or HOPWA PH)
enumeration 16
Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside)
enumeration 4
Psychiatric hospital or other psychiatric facility
enumeration 10
Rental by client, no ongoing housing subsidy
enumeration 19
Rental by client, with VASH housing subsidy
enumeration 28
Rental by client, with GPD TIP housing subsidy
enumeration 20
Rental by client, with other ongoing housing subsidy
enumeration 29
Residential project or halfway house with no homeless criteria
enumeration 18
Safe Haven
enumeration 22
Staying or living with family, permanent tenure
enumeration 12
Staying or living with family, temporary tenure (e.g., room, apartment or house)
enumeration 23
Staying or living with friends, permanent tenure
enumeration 13
Staying or living with friends, temporary tenure (e.g., room apartment or house)
enumeration 5
Substance abuse treatment facility or detox center
enumeration 2
Transitional housing for homeless persons (including homeless youth)
enumeration 17
x
enumeration 30
No exit interview completed
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="destination">
  <xs:annotation>
    <xs:documentation xml:lang="en">24 = Deceased 1 = Emergency shelter, including hotel or motel paid for with emergency shelter voucher 15 = Foster care home or foster care group home 6 = Hospital or other residential non-psychiatric medical facility 14 = Hotel or motel paid for without emergency shelter voucher 7 = Jail, prison or juvenile detention facility 25 = Long-term care facility or nursing home 26 = Moved from one HOPWA funded project to HOPWA PH 27 = Moved from one HOPWA funded project to HOPWA TH 11 = Owned by client, no ongoing housing subsidy 21 = Owned by client, with ongoing housing subsidy 3 = Permanent housing for formerly homeless persons (such as: CoC project; or HUD legacy programs; or HOPWA PH) 16 = Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside) 4 = Psychiatric hospital or other psychiatric facility 10 = Rental by client, no ongoing housing subsidy 19 = Rental by client, with VASH housing subsidy 28 = Rental by client, with GPD TIP housing subsidy 20 = Rental by client, with other ongoing housing subsidy 29 = Residential project or halfway house with no homeless criteria 18 = Safe Haven 22 = Staying or living with family, permanent tenure 12 = Staying or living with family, temporary tenure (e.g., room, apartment or house) 23 = Staying or living with friends, permanent tenure 13 = Staying or living with friends, temporary tenure (e.g., room apartment or house) 5 = Substance abuse treatment facility or detox center 2 = Transitional housing for homeless persons (including homeless youth) 17 = Other 30 = No exit interview completed 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="24">
      <xs:annotation>
        <xs:documentation xml:lang="en">Deceased</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Emergency shelter, including hotel or motel paid for with emergency shelter voucher</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="15">
      <xs:annotation>
        <xs:documentation xml:lang="en">Foster care home or foster care group home</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Hospital or other residential non-psychiatric medical facility</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="14">
      <xs:annotation>
        <xs:documentation xml:lang="en">Hotel or motel paid for without emergency shelter voucher</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Jail, prison or juvenile detention facility</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="25">
      <xs:annotation>
        <xs:documentation xml:lang="en">Long-term care facility or nursing home</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="26">
      <xs:annotation>
        <xs:documentation xml:lang="en">Moved from one HOPWA funded project to HOPWA PH</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="27">
      <xs:annotation>
        <xs:documentation xml:lang="en">Moved from one HOPWA funded project to HOPWA TH</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">Owned by client, no ongoing housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="21">
      <xs:annotation>
        <xs:documentation xml:lang="en">Owned by client, with ongoing housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Permanent housing for formerly homeless persons (such as: CoC project; or HUD legacy programs; or HOPWA PH)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="16">
      <xs:annotation>
        <xs:documentation xml:lang="en">Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Psychiatric hospital or other psychiatric facility</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">Rental by client, no ongoing housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="19">
      <xs:annotation>
        <xs:documentation xml:lang="en">Rental by client, with VASH housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="28">
      <xs:annotation>
        <xs:documentation xml:lang="en">Rental by client, with GPD TIP housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="20">
      <xs:annotation>
        <xs:documentation xml:lang="en">Rental by client, with other ongoing housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="29">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential project or halfway house with no homeless criteria</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="18">
      <xs:annotation>
        <xs:documentation xml:lang="en">Safe Haven</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="22">
      <xs:annotation>
        <xs:documentation xml:lang="en">Staying or living with family, permanent tenure</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Staying or living with family, temporary tenure (e.g., room, apartment or house)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="23">
      <xs:annotation>
        <xs:documentation xml:lang="en">Staying or living with friends, permanent tenure</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="13">
      <xs:annotation>
        <xs:documentation xml:lang="en">Staying or living with friends, temporary tenure (e.g., room apartment or house)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Substance abuse treatment facility or detox center</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Transitional housing for homeless persons (including homeless youth)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="17">
      <xs:annotation>
        <xs:documentation xml:lang="en">x</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="30">
      <xs:annotation>
        <xs:documentation xml:lang="en">No exit interview completed</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type exitHousingAssessment
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#exitHousingAssessment_ExitHousingAssessmentID HUD_HMIS.tmp#exitHousingAssessment_ExitID HUD_HMIS.tmp#exitHousingAssessment_HousingAssessment HUD_HMIS.tmp#exitHousingAssessment_SubsidyInformation
Used by
Model
Children ExitHousingAssessmentID, ExitID, HousingAssessment, SubsidyInformation
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="exitHousingAssessment">
  <xs:sequence>
    <xs:element name="ExitHousingAssessmentID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the ExitHousingAssessment's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExitID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HousingAssessment" type="hmis:housingAssessmentAtExit">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.19, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.19 Housing Assessment at Exit".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SubsidyInformation" type="hmis:subsidyInformation" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.19, #1A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.19 Housing Assessment at Exit".</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Simple Type housingAssessmentAtExit
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Housing Assessment at Exit
1 = Able to maintain the housing they had at project entry
2 = Moved to new housing unit
3 = Moved in with family/friends on a temporary basis
4 = Moved in with family/friends on a permanent basis
5 = Moved to a transitional or temporary housing facility or program
6 = Client became homeless – moving to a shelter or other place unfit for human habitation
7 = Client went to jail/prison
10 = Client died
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Able to maintain the housing they had at project entry
enumeration 2
Moved to new housing unit
enumeration 3
Moved in with family/friends on a temporary basis
enumeration 4
Moved in with family/friends on a permanent basis
enumeration 5
Moved to a transitional or temporary housing facility or program
enumeration 6
Client became homeless – moving to a shelter or other place unfit for human habitation
enumeration 7
Client went to jail/prison
enumeration 10
Client died
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="housingAssessmentAtExit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Housing Assessment at Exit 1 = Able to maintain the housing they had at project entry 2 = Moved to new housing unit 3 = Moved in with family/friends on a temporary basis 4 = Moved in with family/friends on a permanent basis 5 = Moved to a transitional or temporary housing facility or program 6 = Client became homeless – moving to a shelter or other place unfit for human habitation 7 = Client went to jail/prison 10 = Client died 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Able to maintain the housing they had at project entry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Moved to new housing unit</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Moved in with family/friends on a temporary basis</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Moved in with family/friends on a permanent basis</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Moved to a transitional or temporary housing facility or program</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client became homeless – moving to a shelter or other place unfit for human habitation</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client went to jail/prison</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client died</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type subsidyInformation
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Subsidy information
1 = Without a subsidy
2 = With the subsidy they had at project entry
3 = With an on-going subsidy acquired since project entry
4 = Only with financial assistance other than a subsidy
11 = With on-going subsidy
12 = Without an on-going subsidy
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Without a subsidy
enumeration 2
With the subsidy they had at project entry
enumeration 3
With an on-going subsidy acquired since project entry
enumeration 4
Only with financial assistance other than a subsidy
enumeration 11
With on-going subsidy
enumeration 12
Without an on-going subsidy
Used by
Source
<xs:simpleType name="subsidyInformation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Subsidy information 1 = Without a subsidy 2 = With the subsidy they had at project entry 3 = With an on-going subsidy acquired since project entry 4 = Only with financial assistance other than a subsidy 11 = With on-going subsidy 12 = Without an on-going subsidy</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Without a subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">With the subsidy they had at project entry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">With an on-going subsidy acquired since project entry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Only with financial assistance other than a subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">With on-going subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Without an on-going subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type exitPATH
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#exitPATH_ExitPATHID HUD_HMIS.tmp#exitPATH_ExitID HUD_HMIS.tmp#exitPATH_ConnectionWithSOAR
Used by
Element export/ExitPATH
Model
Children ConnectionWithSOAR, ExitID, ExitPATHID
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="exitPATH">
  <xs:sequence>
    <xs:element name="ExitPATHID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the ExitPATHID's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExitID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Exit ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ConnectionWithSOAR" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.21, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.21 Connection with SOAR".</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Complex Type exitRHY
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#exitRHY_ExitRHYID HUD_HMIS.tmp#exitRHY_ExitID HUD_HMIS.tmp#exitRHY_WrittenAftercarePlan HUD_HMIS.tmp#exitRHY_AssistanceMainstreamBenefits HUD_HMIS.tmp#exitRHY_PermanentHousingPlacement HUD_HMIS.tmp#exitRHY_TemporaryShelterPlacement HUD_HMIS.tmp#exitRHY_ExitCounseling HUD_HMIS.tmp#exitRHY_FurtherFollowUpServices HUD_HMIS.tmp#exitRHY_ScheduledFollowUpContacts HUD_HMIS.tmp#exitRHY_ResourcePackage HUD_HMIS.tmp#exitRHY_OtherAftercarePlanOrAction HUD_HMIS.tmp#exitRHY_FamilyReunificationAchieved HUD_HMIS.tmp#exitRHY_ProjectCompletionStatus HUD_HMIS.tmp#exitRHY_EarlyExitReason
Used by
Element export/ExitRHY
Model
Children AssistanceMainstreamBenefits, EarlyExitReason, ExitCounseling, ExitID, ExitRHYID, FamilyReunificationAchieved, FurtherFollowUpServices, OtherAftercarePlanOrAction, PermanentHousingPlacement, ProjectCompletionStatus, ResourcePackage, ScheduledFollowUpContacts, TemporaryShelterPlacement, WrittenAftercarePlan
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="exitRHY">
  <xs:sequence>
    <xs:element name="ExitRHYID" type="hmis:string32" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the ExitRHY' unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExitID" type="hmis:string32" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WrittenAftercarePlan" type="hmis:noYesRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.36, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AssistanceMainstreamBenefits" type="hmis:noYesRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.36, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PermanentHousingPlacement" type="hmis:noYesRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.36, #3.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TemporaryShelterPlacement" type="hmis:noYesRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.36, #4.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExitCounseling" type="hmis:noYesRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.36, #5.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FurtherFollowUpServices" type="hmis:noYesRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.36, #6.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ScheduledFollowUpContacts" type="hmis:noYesRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.36, #7.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResourcePackage" type="hmis:noYesRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.36, #8.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherAftercarePlanOrAction" type="hmis:noYesRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.36, #9.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FamilyReunificationAchieved" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.38, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.38 Family Reunification Achieved".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectCompletionStatus" type="hmis:projectCompletionStatusSimple" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.37, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.37 Project Completion Status".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EarlyExitReason" type="hmis:earlyExitReason" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.37, 1A or 1B, depending on whether 2 (use 1A) or 3 (use 1B) is the response to 4.37.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.37 Project Completion Status".</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Simple Type noYesRefused
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
0 = No, 1 = Yes, 2 = Client refused, 99 = Data Not Collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="noYesRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">0 = No, 1 = Yes, 2 = Client refused, 99 = Data Not Collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">No</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Yes</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type projectCompletionStatusSimple
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Project Completion Status
1 = Completed project
2 = Youth voluntarily left early
3 = Youth was expelled or otherwise involuntarily discharged from project
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Completed project
enumeration 2
Youth voluntarily left early
enumeration 3
Youth was expelled or otherwise involuntarily discharged from project
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="projectCompletionStatusSimple">
  <xs:annotation>
    <xs:documentation xml:lang="en">Project Completion Status 1 = Completed project 2 = Youth voluntarily left early 3 = Youth was expelled or otherwise involuntarily discharged from project 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Completed project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Youth voluntarily left early</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Youth was expelled or otherwise involuntarily discharged from project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type earlyExitReason
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Select the major reason (1-6 depend on answer to 4.37 Project Completion Status) 
1 = if 4.37A: Left for other opportunities – Independent living *OR* if 4.37B: Criminal activity/destruction of property/violence
2 = if 4.37A: Left for other opportunities - Education *OR* if 4.37B: Non-compliance with project rules
3 = if 4.37A: Left for other opportunities - Military *OR* if 4.37B: Non-payment of rent/occupancy charge
4 = if 4.37A: Left for other opportunities - Other *OR* if 4.37B: Reached maximum time allowed by project
5 = if 4.37A: Needs could not be met by project *OR* if 4.37B: Project terminated
6 = 4.37B only: Unknown/disappeared
99 = both 4.37A and 4.37B: Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Left for other opportunities – Independent living *OR* Criminal activity/destruction of property/violence
enumeration 2
Left for other opportunities - Education *OR* Non-compliance with project rules
enumeration 3
Left for other opportunities - Military *OR* Non-payment of rent/occupancy charge
enumeration 4
Left for other opportunities - Other *OR* Reached maximum time allowed by project
enumeration 5
Needs could not be met by project *OR* Project terminated
enumeration 6
Unknown/disappeared
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="earlyExitReason">
  <xs:annotation>
    <xs:documentation xml:lang="en">Select the major reason (1-6 depend on answer to 4.37 Project Completion Status) 1 = if 4.37A: Left for other opportunities – Independent living *OR* if 4.37B: Criminal activity/destruction of property/violence 2 = if 4.37A: Left for other opportunities - Education *OR* if 4.37B: Non-compliance with project rules 3 = if 4.37A: Left for other opportunities - Military *OR* if 4.37B: Non-payment of rent/occupancy charge 4 = if 4.37A: Left for other opportunities - Other *OR* if 4.37B: Reached maximum time allowed by project 5 = if 4.37A: Needs could not be met by project *OR* if 4.37B: Project terminated 6 = 4.37B only: Unknown/disappeared 99 = both 4.37A and 4.37B: Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Left for other opportunities – Independent living *OR* Criminal activity/destruction of property/violence</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Left for other opportunities - Education *OR* Non-compliance with project rules</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Left for other opportunities - Military *OR* Non-payment of rent/occupancy charge</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Left for other opportunities - Other *OR* Reached maximum time allowed by project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Needs could not be met by project *OR* Project terminated</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unknown/disappeared</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type funder
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#funder_FunderID HUD_HMIS.tmp#funder_ProjectID HUD_HMIS.tmp#funder_Funder HUD_HMIS.tmp#funder_GrantID HUD_HMIS.tmp#funder_StartDate HUD_HMIS.tmp#funder_EndDate
Used by
Element export/Funder
Model
Children EndDate, Funder, FunderID, GrantID, ProjectID, StartDate
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="funder">
  <xs:sequence>
    <xs:element name="FunderID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Funder's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to a Project element</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Funder" type="hmis:federalPartnerProgramsAndComponents">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.6, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="GrantID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.6, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StartDate" type="xs:date">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.6, #3.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EndDate" type="xs:date" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.6, #4.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Simple Type federalPartnerProgramsAndComponents
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Federal Partner Programs And Components
1 = HUD:CoC – Homelessness Prevention (High Performing Comm. Only) 
2 = HUD:CoC – Permanent Supportive Housing 
3 = HUD:CoC – Rapid Re-Housing 
4 = HUD:CoC – Supportive Services Only 
5 = HUD:CoC – Transitional Housing 
6 = HUD:CoC – Safe Haven 
7 = HUD:CoC – Single Room Occupancy (SRO) 
8 = HUD:ESG – Emergency Shelter (operating and/or essential services) 
9 = HUD:ESG – Homelessness Prevention 
10 = HUD:ESG – Rapid Rehousing 
11 = HUD:ESG – Street Outreach 
12 = HUD:Rural Housing Stability Assistance Program 
13 = HUD:HOPWA – Hotel/Motel Vouchers 
14 = HUD:HOPWA – Housing Information 
15 = HUD:HOPWA – Permanent Housing (facility based or TBRA)
16 = HUD:HOPWA – Permanent Housing Placement
17 = HUD:HOPWA – Short-Term Rent, Mortgage, Utility assistance 
18 = HUD:HOPWA – Short-Term Supportive Facility 
19 = HUD:HOPWA – Transitional Housing (facility based or TBRA) 
20 = HUD:HUD/VASH 
21 = HHS:PATH – Street Outreach and Supportive Services Only 
22 = HHS:RHY – Basic Center Program (prevention and shelter) 
23 = HHS:RHY – Maternity Group Home for Pregnant and Parenting Youth 
24 = HHS:RHY – Transitional Living Program 
25 = HHS:RHY – Street Outreach Project 
26 = HHS:RHY – Demonstration Project 
27 = VA: Community Contract Emergency Housing 
28 = VA: Community Contract Residential Treatment Program 
29 = VA:Domiciliary Care 
30 = VA:Community Contract Safe Haven Program 
31 = VA:Grant and Per Diem Program 
32 = VA:Compensated Work Therapy Transitional Residence 
33 = VA:Supportive Services for Veteran Families 
34 = N/A
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
HUD:CoC – Homelessness Prevention (High Performing Comm. Only)
enumeration 2
HUD:CoC – Permanent Supportive Housing
enumeration 3
HUD:CoC – Rapid Re-Housing
enumeration 4
HUD:CoC – Supportive Services Only
enumeration 5
HUD:CoC – Transitional Housing
enumeration 6
HUD:CoC – Safe Haven
enumeration 7
HUD:CoC – Single Room Occupancy (SRO)
enumeration 8
HUD:ESG – Emergency Shelter (operating and/or essential services)
enumeration 9
HUD:ESG – Homelessness Prevention
enumeration 10
HUD:ESG – Rapid Rehousing
enumeration 11
HUD:ESG – Street Outreach
enumeration 12
HUD:Rural Housing Stability Assistance Program
enumeration 13
HUD:HOPWA – Hotel/Motel Vouchers
enumeration 14
HUD:HOPWA – Housing Information
enumeration 15
HUD:HOPWA – Permanent Housing
enumeration 16
HUD:HOPWA – Permanent Housing Placement (facility based or TBRA)
enumeration 17
HUD:HOPWA – Short-Term Rent, Mortgage, Utility assistance
enumeration 18
HUD:HOPWA – Short-Term Supportive Facility
enumeration 19
HUD:HOPWA – Transitional Housing (facility based or TBRA)
enumeration 20
HUD:HUD/VASH
enumeration 21
HHS:PATH – Street Outreach and Supportive Services Only
enumeration 22
HHS:RHY – Basic Center Program (prevention and shelter)
enumeration 23
HHS:RHY – Maternity Group Home for Pregnant and Parenting Youth
enumeration 24
HHS:RHY – Transitional Living Program
enumeration 25
HHS:RHY – Street Outreach Project
enumeration 26
HHS:RHY – Demonstration Project
enumeration 27
VA: Community Contract Emergency Housing
enumeration 28
VA: Community Contract Residential Treatment Program
enumeration 29
VA:Domiciliary Care
enumeration 30
VA:Community Contract Safe Haven Program
enumeration 31
VA:Grant and Per Diem Program
enumeration 32
VA:Compensated Work Therapy Transitional Residence
enumeration 33
VA:Supportive Services for Veteran Families
enumeration 34
N/A
Used by
Element funder/Funder
Source
<xs:simpleType name="federalPartnerProgramsAndComponents">
  <xs:annotation>
    <xs:documentation xml:lang="en">Federal Partner Programs And Components 1 = HUD:CoC – Homelessness Prevention (High Performing Comm. Only) 2 = HUD:CoC – Permanent Supportive Housing 3 = HUD:CoC – Rapid Re-Housing 4 = HUD:CoC – Supportive Services Only 5 = HUD:CoC – Transitional Housing 6 = HUD:CoC – Safe Haven 7 = HUD:CoC – Single Room Occupancy (SRO) 8 = HUD:ESG – Emergency Shelter (operating and/or essential services) 9 = HUD:ESG – Homelessness Prevention 10 = HUD:ESG – Rapid Rehousing 11 = HUD:ESG – Street Outreach 12 = HUD:Rural Housing Stability Assistance Program 13 = HUD:HOPWA – Hotel/Motel Vouchers 14 = HUD:HOPWA – Housing Information 15 = HUD:HOPWA – Permanent Housing (facility based or TBRA) 16 = HUD:HOPWA – Permanent Housing Placement 17 = HUD:HOPWA – Short-Term Rent, Mortgage, Utility assistance 18 = HUD:HOPWA – Short-Term Supportive Facility 19 = HUD:HOPWA – Transitional Housing (facility based or TBRA) 20 = HUD:HUD/VASH 21 = HHS:PATH – Street Outreach and Supportive Services Only 22 = HHS:RHY – Basic Center Program (prevention and shelter) 23 = HHS:RHY – Maternity Group Home for Pregnant and Parenting Youth 24 = HHS:RHY – Transitional Living Program 25 = HHS:RHY – Street Outreach Project 26 = HHS:RHY – Demonstration Project 27 = VA: Community Contract Emergency Housing 28 = VA: Community Contract Residential Treatment Program 29 = VA:Domiciliary Care 30 = VA:Community Contract Safe Haven Program 31 = VA:Grant and Per Diem Program 32 = VA:Compensated Work Therapy Transitional Residence 33 = VA:Supportive Services for Veteran Families 34 = N/A</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:CoC – Homelessness Prevention (High Performing Comm. Only)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:CoC – Permanent Supportive Housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:CoC – Rapid Re-Housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:CoC – Supportive Services Only</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:CoC – Transitional Housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:CoC – Safe Haven</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:CoC – Single Room Occupancy (SRO)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:ESG – Emergency Shelter (operating and/or essential services)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:ESG – Homelessness Prevention</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:ESG – Rapid Rehousing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:ESG – Street Outreach</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:Rural Housing Stability Assistance Program</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="13">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:HOPWA – Hotel/Motel Vouchers</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="14">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:HOPWA – Housing Information</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="15">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:HOPWA – Permanent Housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="16">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:HOPWA – Permanent Housing Placement (facility based or TBRA)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="17">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:HOPWA – Short-Term Rent, Mortgage, Utility assistance</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="18">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:HOPWA – Short-Term Supportive Facility</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="19">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:HOPWA – Transitional Housing (facility based or TBRA)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="20">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:HUD/VASH</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="21">
      <xs:annotation>
        <xs:documentation xml:lang="en">HHS:PATH – Street Outreach and Supportive Services Only</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="22">
      <xs:annotation>
        <xs:documentation xml:lang="en">HHS:RHY – Basic Center Program (prevention and shelter)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="23">
      <xs:annotation>
        <xs:documentation xml:lang="en">HHS:RHY – Maternity Group Home for Pregnant and Parenting Youth</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="24">
      <xs:annotation>
        <xs:documentation xml:lang="en">HHS:RHY – Transitional Living Program</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="25">
      <xs:annotation>
        <xs:documentation xml:lang="en">HHS:RHY – Street Outreach Project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="26">
      <xs:annotation>
        <xs:documentation xml:lang="en">HHS:RHY – Demonstration Project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="27">
      <xs:annotation>
        <xs:documentation xml:lang="en">VA: Community Contract Emergency Housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="28">
      <xs:annotation>
        <xs:documentation xml:lang="en">VA: Community Contract Residential Treatment Program</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="29">
      <xs:annotation>
        <xs:documentation xml:lang="en">VA:Domiciliary Care</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="30">
      <xs:annotation>
        <xs:documentation xml:lang="en">VA:Community Contract Safe Haven Program</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="31">
      <xs:annotation>
        <xs:documentation xml:lang="en">VA:Grant and Per Diem Program</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="32">
      <xs:annotation>
        <xs:documentation xml:lang="en">VA:Compensated Work Therapy Transitional Residence</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="33">
      <xs:annotation>
        <xs:documentation xml:lang="en">VA:Supportive Services for Veteran Families</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="34">
      <xs:annotation>
        <xs:documentation xml:lang="en">N/A</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type healthInsurance
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#dataCollectionStage HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#healthInsurance_HealthInsuranceID HUD_HMIS.tmp#healthInsurance_ProjectEntryID HUD_HMIS.tmp#healthInsurance_InsuranceFromAnySource HUD_HMIS.tmp#healthInsurance_Medicaid HUD_HMIS.tmp#healthInsurance_NoMedicaidReason HUD_HMIS.tmp#healthInsurance_Medicare HUD_HMIS.tmp#healthInsurance_NoMedicareReason HUD_HMIS.tmp#healthInsurance_SCHIP HUD_HMIS.tmp#healthInsurance_NoSCHIPReason HUD_HMIS.tmp#healthInsurance_VAMedicalServices HUD_HMIS.tmp#healthInsurance_NoVAMedReason HUD_HMIS.tmp#healthInsurance_EmployerProvided HUD_HMIS.tmp#healthInsurance_NoEmployerProvidedReason HUD_HMIS.tmp#healthInsurance_COBRA HUD_HMIS.tmp#healthInsurance_NoCOBRAReason HUD_HMIS.tmp#healthInsurance_PrivatePay HUD_HMIS.tmp#healthInsurance_NoPrivatePayReason HUD_HMIS.tmp#healthInsurance_StateHealthIns HUD_HMIS.tmp#healthInsurance_NoStateHealthInsReason
Used by
Model
Children COBRA, EmployerProvided, HealthInsuranceID, InsuranceFromAnySource, Medicaid, Medicare, NoCOBRAReason, NoEmployerProvidedReason, NoMedicaidReason, NoMedicareReason, NoPrivatePayReason, NoSCHIPReason, NoStateHealthInsReason, NoVAMedReason, PrivatePay, ProjectEntryID, SCHIP, StateHealthIns, VAMedicalServices
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="healthInsurance">
  <xs:sequence>
    <xs:element name="HealthInsuranceID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the HealthInsurance's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="InsuranceFromAnySource" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Medicaid" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #3.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoMedicaidReason" type="hmis:noHealthInsuranceReason" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #3A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Medicare" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #4.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoMedicareReason" type="hmis:noHealthInsuranceReason" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #4A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SCHIP" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #5.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoSCHIPReason" type="hmis:noHealthInsuranceReason" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #5A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VAMedicalServices" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #6.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoVAMedReason" type="hmis:noHealthInsuranceReason" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #6A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EmployerProvided" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #7.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoEmployerProvidedReason" type="hmis:noHealthInsuranceReason" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #7A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="COBRA" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #8.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoCOBRAReason" type="hmis:noHealthInsuranceReason" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #8A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PrivatePay" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #9.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoPrivatePayReason" type="hmis:noHealthInsuranceReason" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #9A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StateHealthIns" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #10.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoStateHealthInsReason" type="hmis:noHealthInsuranceReason" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.4, #10A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Simple Type noHealthInsuranceReason
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reason
1 = Applied; decision pending
2 = Applied; client not eligible
3 = Client did not apply
4 = Insurance type N/A for this client
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type N/A for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="noHealthInsuranceReason">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reason 1 = Applied; decision pending 2 = Applied; client not eligible 3 = Client did not apply 4 = Insurance type N/A for this client 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Applied; decision pending</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Applied; client not eligible</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client did not apply</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Insurance type N/A for this client</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type healthStatus
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#dataCollectionStage HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#healthStatus_HealthStatusID HUD_HMIS.tmp#healthStatus_ProjectEntryID HUD_HMIS.tmp#healthStatus_HealthCategory HUD_HMIS.tmp#healthStatus_HealthStatus HUD_HMIS.tmp#healthStatus_DueDate
Used by
Model
Children DueDate, HealthCategory, HealthStatus, HealthStatusID, ProjectEntryID
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="healthStatus">
  <xs:sequence>
    <xs:element name="HealthStatusID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the HealthStatus' unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HealthCategory" type="hmis:healthCategory">
      <xs:annotation>
        <xs:documentation xml:lang="en">The permissible values correspond to the decimal values of the corresponding health category. 4.27 General Health Status is "27" and 4.29 Mental Health Status is "29" and 4.30 Pregnancy Status is "30".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HealthStatus" type="hmis:healthStatusType">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.27-4.30, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.27-4.30</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DueDate" type="xs:date" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.30, #1A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.30 Pregnancy Status"</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Simple Type healthCategory
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Health Category 
27 = General Health Status 
28 = Dental Health Status 
29 = Mental Health Status
30 = Pregnancy Status
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 27
General Health Status
enumeration 28
Dental Health Status
enumeration 29
Mental Health Status
Used by
Source
<xs:simpleType name="healthCategory">
  <xs:annotation>
    <xs:documentation xml:lang="en">Health Category 27 = General Health Status 28 = Dental Health Status 29 = Mental Health Status 30 = Pregnancy Status</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="27">
      <xs:annotation>
        <xs:documentation xml:lang="en">General Health Status</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="28">
      <xs:annotation>
        <xs:documentation xml:lang="en">Dental Health Status</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="29">
      <xs:annotation>
        <xs:documentation xml:lang="en">Mental Health Status</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type healthStatusType
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
1 = Excellent
2 = Very good
3 = Good
4 = Fair
5 = Poor
8 = Client doesn’t know 
9 = Client refused 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Excellent
enumeration 2
Very good
enumeration 3
Good
enumeration 4
Fair
enumeration 5
Poor
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="healthStatusType">
  <xs:annotation>
    <xs:documentation xml:lang="en">1 = Excellent 2 = Very good 3 = Good 4 = Fair 5 = Poor 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Excellent</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Very good</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Good</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Fair</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Poor</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn't know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type housingAssessmentDisposition
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#housingAssessmentDisposition_HousingAssessmentDispositionID HUD_HMIS.tmp#housingAssessmentDisposition_ExitID HUD_HMIS.tmp#housingAssessmentDisposition_AssessmentDisposition HUD_HMIS.tmp#housingAssessmentDisposition_OtherDisposition
Used by
Model
Children AssessmentDisposition, ExitID, HousingAssessmentDispositionID, OtherDisposition
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="housingAssessmentDisposition">
  <xs:sequence>
    <xs:element name="HousingAssessmentDispositionID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the HousingAssessmentDisposition's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExitID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the ExitID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AssessmentDisposition" type="hmis:assessmentDisposition">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.18, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.18 Housing Assessment Disposition".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherDisposition" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.18, #1A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.18 Housing Assessment Disposition".</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Simple Type assessmentDisposition
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Assessment Disposition
1 = Referred to emergency shelter/safe haven
2 = Referred to transitional housing
3 = Referred to rapid re-housing
4 = Referred to permanent supportive housing
5 = Referred to homelessness prevention
6 = Referred to street outreach
7 = Referred to other continuum project type
8 = Referred to a homelessness diversion program
9 = Unable to refer/accept within continuum; ineligible for continuum projects
10 = Unable to refer/accept within continuum; continuum services unavailable
11 = Referred to other community project (non-continuum)
12 = Applicant declined referral/acceptance
13 = Applicant terminated assessment prior to completion
14 = Other/specify
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Referred to emergency shelter/safe haven
enumeration 2
Referred to transitional housing
enumeration 3
Referred to rapid re-housing
enumeration 4
Referred to permanent supportive housing
enumeration 5
Referred to homelessness prevention
enumeration 6
Referred to street outreach
enumeration 7
Referred to other continuum project type
enumeration 8
Referred to a homelessness diversion program
enumeration 9
Unable to refer/accept within continuum; ineligible for continuum projects
enumeration 10
Unable to refer/accept within continuum; continuum services unavailable
enumeration 11
Referred to other community project (non-continuum)
enumeration 12
Applicant declined referral/acceptance
enumeration 13
Applicant terminated assessment prior to completion
enumeration 14
Other/specify
Used by
Source
<xs:simpleType name="assessmentDisposition">
  <xs:annotation>
    <xs:documentation xml:lang="en">Assessment Disposition 1 = Referred to emergency shelter/safe haven 2 = Referred to transitional housing 3 = Referred to rapid re-housing 4 = Referred to permanent supportive housing 5 = Referred to homelessness prevention 6 = Referred to street outreach 7 = Referred to other continuum project type 8 = Referred to a homelessness diversion program 9 = Unable to refer/accept within continuum; ineligible for continuum projects 10 = Unable to refer/accept within continuum; continuum services unavailable 11 = Referred to other community project (non-continuum) 12 = Applicant declined referral/acceptance 13 = Applicant terminated assessment prior to completion 14 = Other/specify</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to emergency shelter/safe haven</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to transitional housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to rapid re-housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to permanent supportive housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to homelessness prevention</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to street outreach</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to other continuum project type</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to a homelessness diversion program</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unable to refer/accept within continuum; ineligible for continuum projects</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unable to refer/accept within continuum; continuum services unavailable</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to other community project (non-continuum)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Applicant declined referral/acceptance</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="13">
      <xs:annotation>
        <xs:documentation xml:lang="en">Applicant terminated assessment prior to completion</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="14">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other/specify</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type incomeAndSources
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Used by
Model
Children Alimony, AlimonyAmount, ChildSupport, ChildSupportAmount, Earned, EarnedAmount, GA, GAAmount, IncomeAndSourcesID, IncomeFromAnySource, OtherSource, OtherSourceAmount, OtherSourceIdentify, Pension, PensionAmount, PrivateDisability, PrivateDisabilityAmount, ProjectEntryID, SSDI, SSDIAmount, SSI, SSIAmount, SocSecRetirement, SocSecRetirementAmount, TANF, TANFAmount, TotalMonthlyIncome, Unemployment, UnemploymentAmount, VADisabilityNonService, VADisabilityNonServiceAmount, VADisabilityService, VADisabilityServiceAmount, WorkersComp, WorkersCompAmount
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="incomeAndSources">
  <xs:sequence>
    <xs:element name="IncomeAndSourcesID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the IncomeAndSources' unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IncomeFromAnySource" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources, p. 40.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TotalMonthlyIncome" type="hmis:money">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #18.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources, p. 41.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Earned" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #3.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources, p. 41.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EarnedAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #3A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Unemployment" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #4.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UnemploymentAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #4B.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SSI" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #5.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SSIAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #5C.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SSDI" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #6.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SSDIAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #6D.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VADisabilityService" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #7.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VADisabilityServiceAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #7E.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VADisabilityNonService" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #8.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VADisabilityNonServiceAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #8F.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PrivateDisability" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #9.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PrivateDisabilityAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #9G.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WorkersComp" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #10.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WorkersCompAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #10H.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TANF" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #11.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TANFAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #11I.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="GA" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #12.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="GAAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #12J.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SocSecRetirement" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #13.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SocSecRetirementAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #13K.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Pension" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #14.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PensionAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #14L.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ChildSupport" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #15.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ChildSupportAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #15M.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Alimony" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #16.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AlimonyAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #16N.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherSource" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #17.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherSourceAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #17O.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherSourceIdentify" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.2, #17O.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Simple Type money
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:decimal
Facets
fractionDigits 2
Used by
Source
<xs:simpleType name="money">
  <xs:restriction base="xs:decimal">
    <xs:fractionDigits value="2"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type inventory
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#inventory_InventoryID HUD_HMIS.tmp#inventory_CoCCode HUD_HMIS.tmp#inventory_HouseholdType HUD_HMIS.tmp#inventory_BedType HUD_HMIS.tmp#inventory_Availability HUD_HMIS.tmp#inventory_UnitInventory HUD_HMIS.tmp#inventory_BedInventory HUD_HMIS.tmp#inventory_InventoryStartDate HUD_HMIS.tmp#inventory_InventoryEndDate HUD_HMIS.tmp#inventory_HMISParticipatingBeds
Used by
Model
Children Availability, BedInventory, BedType, CoCCode, HMISParticipatingBeds, HouseholdType, InventoryEndDate, InventoryID, InventoryStartDate, UnitInventory
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="inventory">
  <xs:sequence>
    <xs:element name="InventoryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Inventory's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CoCCode" type="hmis:cocCode">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the CoC</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HouseholdType" type="hmis:householdType">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BedType" type="hmis:bedType" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #3.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Availability" type="hmis:availability" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #4.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UnitInventory" type="xs:integer">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #7.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BedInventory" type="hmis:bedInventory"/>
    <xs:element name="InventoryStartDate" type="xs:date">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #7.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="InventoryEndDate" type="xs:date" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #8.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HMISParticipatingBeds" type="xs:nonNegativeInteger">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #9.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Simple Type householdType
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Name Data Quality 
1 = Households without children 
3 = Households with at least one adult and one child 
4 = Households with only children
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Households without children
enumeration 3
Households with at least one adult and one child
enumeration 4
Households with only children
Used by
Source
<xs:simpleType name="householdType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Name Data Quality 1 = Households without children 3 = Households with at least one adult and one child 4 = Households with only children</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Households without children</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Households with at least one adult and one child</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Households with only children</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type bedType
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Bed Type (ES Only) 
1 = Facility-based 
2 = Voucher 
3 = Other
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Facility-based
enumeration 2
Voucher
enumeration 3
Other
Used by
Source
<xs:simpleType name="bedType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Bed Type (ES Only) 1 = Facility-based 2 = Voucher 3 = Other</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Facility-based</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Voucher</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type availability
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Availability (ES Only) 
1 Year-round 
2 Seasonal 
3 Overflow
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Year-round
enumeration 2
Seasonal
enumeration 3
Overflow
Used by
Source
<xs:simpleType name="availability">
  <xs:annotation>
    <xs:documentation xml:lang="en">Availability (ES Only) 1 Year-round 2 Seasonal 3 Overflow</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Year-round</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Seasonal</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Overflow</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type bedInventory
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#bedInventory_BedInventory HUD_HMIS.tmp#bedInventory_CHBedInventory HUD_HMIS.tmp#bedInventory_VetBedInventory HUD_HMIS.tmp#bedInventory_YouthBedInventory HUD_HMIS.tmp#bedInventory_YouthAgeGroup
Used by
Model
Children BedInventory, CHBedInventory, VetBedInventory, YouthAgeGroup, YouthBedInventory
Source
<xs:complexType name="bedInventory">
  <xs:sequence>
    <xs:element name="BedInventory" type="xs:nonNegativeInteger">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #5.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CHBedInventory" type="xs:nonNegativeInteger" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, Chronic Homeless Bed Inventory (PSH Only), #5.A.1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VetBedInventory" type="xs:nonNegativeInteger" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, ,#5.A.2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="YouthBedInventory" type="xs:nonNegativeInteger" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #5.A.3.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="YouthAgeGroup" type="youthAgeGroup" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.7, #5.B.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Simple Type youthAgeGroup
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Of the youth beds what number are restricted to: 
1 = Only under age 18 
2 = Only ages 18 to 24 
3 = Only youth under age 24 (both of the above)
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Only under age 18
enumeration 2
Only ages 18 to 24
enumeration 3
Only youth under age 24 (both of the above)
Used by
Source
<xs:simpleType name="youthAgeGroup">
  <xs:annotation>
    <xs:documentation xml:lang="en">Of the youth beds what number are restricted to: 1 = Only under age 18 2 = Only ages 18 to 24 3 = Only youth under age 24 (both of the above)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Only under age 18</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Only ages 18 to 24</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Only youth under age 24 (both of the above)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type medicalAssistance
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#dataCollectionStage HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#medicalAssistance_MedicalAssistanceID HUD_HMIS.tmp#medicalAssistance_ProjectEntryID HUD_HMIS.tmp#medicalAssistance_HIVAIDSAssistance HUD_HMIS.tmp#medicalAssistance_NoHIVAIDSAssistanceReason HUD_HMIS.tmp#medicalAssistance_ADAP HUD_HMIS.tmp#medicalAssistance_NoADAPReason
Used by
Model
Children ADAP, HIVAIDSAssistance, MedicalAssistanceID, NoADAPReason, NoHIVAIDSAssistanceReason, ProjectEntryID
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="medicalAssistance">
  <xs:sequence>
    <xs:element name="MedicalAssistanceID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the MedicalAssistance's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HIVAIDSAssistance" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.39, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.39 Medical Assistance"</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoHIVAIDSAssistanceReason" type="hmis:noMedicalAssistanceReason" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.39, #2A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.39 Medical Assistance"</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ADAP" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.39, #3.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.39 Medical Assistance"</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoADAPReason" type="hmis:noMedicalAssistanceReason" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.39, #3B.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.39 Medical Assistance"</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Simple Type noMedicalAssistanceReason
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
If No for “Receiving Public HIV/AIDS Medical Assistance”
Reason
1 = Applied; decision pending
2 = Applied; client not eligible
3 = Client did not apply
4 = Insurance type N/A for this client
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type N/A for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="noMedicalAssistanceReason">
  <xs:annotation>
    <xs:documentation xml:lang="en">If No for “Receiving Public HIV/AIDS Medical Assistance” Reason 1 = Applied; decision pending 2 = Applied; client not eligible 3 = Client did not apply 4 = Insurance type N/A for this client 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Applied; decision pending</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Applied; client not eligible</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client did not apply</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Insurance type N/A for this client</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type nonCashBenefits
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#dataCollectionStage HUD_HMIS.tmp#informationDate HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#nonCashBenefits_NonCashBenefitsID HUD_HMIS.tmp#nonCashBenefits_ProjectEntryID HUD_HMIS.tmp#nonCashBenefits_BenefitsFromAnySource HUD_HMIS.tmp#nonCashBenefits_SNAP HUD_HMIS.tmp#nonCashBenefits_WIC HUD_HMIS.tmp#nonCashBenefits_TANFChildCare HUD_HMIS.tmp#nonCashBenefits_TANFTransportation HUD_HMIS.tmp#nonCashBenefits_OtherTANF HUD_HMIS.tmp#nonCashBenefits_RentalAssistanceOngoing HUD_HMIS.tmp#nonCashBenefits_RentalAssistanceTemp HUD_HMIS.tmp#nonCashBenefits_OtherSource HUD_HMIS.tmp#nonCashBenefits_OtherSourceIdentify
Used by
Model
Children BenefitsFromAnySource, NonCashBenefitsID, OtherSource, OtherSourceIdentify, OtherTANF, ProjectEntryID, RentalAssistanceOngoing, RentalAssistanceTemp, SNAP, TANFChildCare, TANFTransportation, WIC
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="nonCashBenefits">
  <xs:sequence>
    <xs:element name="NonCashBenefitsID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the NonCashBenefits's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BenefitsFromAnySource" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SNAP" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #3.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WIC" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #4.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TANFChildCare" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #5.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TANFTransportation" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #6.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherTANF" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #7.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RentalAssistanceOngoing" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #8.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RentalAssistanceTemp" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #10.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherSource" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #9.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherSourceIdentify" type="hmis:string50">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.3, #9A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, 4.3 Non-Cash Benefits.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Complex Type organization
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#organization_OrganizationID HUD_HMIS.tmp#organization_OrganizationName HUD_HMIS.tmp#organization_OrganizationCommonName
Used by
Model
Children OrganizationCommonName, OrganizationID, OrganizationName
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="organization">
  <xs:sequence>
    <xs:element name="OrganizationID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.1, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OrganizationName" type="hmis:string50">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.1, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OrganizationCommonName" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referenced but not defined in the HMIS Data Dictionary.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Complex Type pathStatus
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#pathStatus_PathStatusID HUD_HMIS.tmp#pathStatus_ProjectEntryID HUD_HMIS.tmp#pathStatus_DateOfStatus HUD_HMIS.tmp#pathStatus_ClientEnrolledInPATH HUD_HMIS.tmp#pathStatus_ReasonNotEnrolled
Used by
Model
Children ClientEnrolledInPATH, DateOfStatus, PathStatusID, ProjectEntryID, ReasonNotEnrolled
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:ClientEnrolledInPATH/text()='0') then boolean(hmis:ReasonNotEnrolled) else (if (not(hmis:ClientEnrolledInPATH/text()='0')) then (not(boolean(hmis:ReasonNotEnrolled))) else false())
Source
<xs:complexType name="pathStatus">
  <xs:sequence>
    <xs:element name="PathStatusID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the PathStatus' unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DateOfStatus" type="xs:date">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.20, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.20 PATH Status".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ClientEnrolledInPATH" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.20, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.20 PATH Status".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReasonNotEnrolled" type="hmis:reasonNotEnrolled" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.20, #2A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.20 PATH Status".</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if ClientEnrolledInPATH is 0, before allowing use of ReasonNotEnrolled-->
  <xs:assert test="if (hmis:ClientEnrolledInPATH/text()='0') then boolean(hmis:ReasonNotEnrolled) else (if (not(hmis:ClientEnrolledInPATH/text()='0')) then (not(boolean(hmis:ReasonNotEnrolled))) else false())"/>
</xs:complexType>
[ top ]
Simple Type reasonNotEnrolled
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reason not enrolled
1 = Client was found ineligible for PATH
2 = Client was not enrolled for other reason(s)
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Client was found ineligible for PATH
enumeration 2
Client was not enrolled for other reason(s)
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="reasonNotEnrolled">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reason not enrolled 1 = Client was found ineligible for PATH 2 = Client was not enrolled for other reason(s) 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client was found ineligible for PATH</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client was not enrolled for other reason(s)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type entrySSVF
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#entrySSVF_EntrySSVFID HUD_HMIS.tmp#entrySSVF_ProjectEntryID HUD_HMIS.tmp#entrySSVF_PercentAMI HUD_HMIS.tmp#entrySSVF_HPScreeningScore HUD_HMIS.tmp#entrySSVF_VAMCStation HUD_HMIS.tmp#entrySSVF_LastPermanentStreet HUD_HMIS.tmp#entrySSVF_LastPermanentCity HUD_HMIS.tmp#entrySSVF_LastPermanentState HUD_HMIS.tmp#entrySSVF_LastPermanentZIP HUD_HMIS.tmp#entrySSVF_AddressDataQuality
Used by
Model
Children AddressDataQuality, EntrySSVFID, HPScreeningScore, LastPermanentCity, LastPermanentState, LastPermanentStreet, LastPermanentZIP, PercentAMI, ProjectEntryID, VAMCStation
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="entrySSVF">
  <xs:sequence>
    <xs:element name="EntrySSVFID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the EntrySSVFID's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PercentAMI" type="hmis:percentAMISimple" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.42, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.42 Percent of AMI (SSVF Eligibility)".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HPScreeningScore" type="hmis:hpScreeningScore" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.44 #1</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.44 HP Screening Score".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VAMCStation" type="hmis:vamcStation" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.45 #1</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.45 HP Screening Score".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LastPermanentStreet" type="hmis:string100" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.43, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.43 Address Prior to Entry".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LastPermanentCity" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.43, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.43 Address Prior to Entry".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LastPermanentState" type="hmis:state" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.43, #3.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.43 Address Prior to Entry".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LastPermanentZIP" type="hmis:zipCode" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.43, #4.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.43 Address Prior to Entry".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AddressDataQuality" type="hmis:addressDataQuality" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.43, #5.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.43 Address Prior to Entry".</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Simple Type percentAMISimple
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Household Income as a Percentage of AMI
1 = Less than 30%
2 = 30% to 50%
3 = Greater than 50%
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Less than 30%
enumeration 2
30% to 50%
enumeration 3
Greater than 50%
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="percentAMISimple">
  <xs:annotation>
    <xs:documentation xml:lang="en">Household Income as a Percentage of AMI 1 = Less than 30% 2 = 30% to 50% 3 = Greater than 50% 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Less than 30%</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">30% to 50%</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Greater than 50%</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type hpScreeningScore
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9]{2}
Used by
Source
<xs:simpleType name="hpScreeningScore">
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9]{2}"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type vamcStation
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [A-Za-z0-9]{8}
Used by
Source
<xs:simpleType name="vamcStation">
  <xs:restriction base="xs:string">
    <xs:pattern value="[A-Za-z0-9]{8}"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type string100
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 100
Used by
Source
<xs:simpleType name="string100">
  <xs:restriction base="xs:string">
    <xs:maxLength value="100"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type state
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
from https://www.usps.com/send/official-abbreviations.htm
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration AK
enumeration AL
enumeration AR
enumeration AZ
enumeration CA
enumeration CO
enumeration CT
enumeration DE
enumeration FL
enumeration GA
enumeration HI
enumeration IA
enumeration ID
enumeration IL
enumeration IN
enumeration KS
enumeration KY
enumeration LA
enumeration MA
enumeration MD
enumeration ME
enumeration MI
enumeration MN
enumeration MO
enumeration MS
enumeration MT
enumeration NC
enumeration ND
enumeration NE
enumeration NH
enumeration NJ
enumeration NM
enumeration NV
enumeration NY
enumeration OH
enumeration OK
enumeration OR
enumeration PA
enumeration RI
enumeration SC
enumeration SD
enumeration TN
enumeration TX
enumeration UT
enumeration VA
enumeration VT
enumeration WA
enumeration WI
enumeration WV
enumeration WY
enumeration DC
enumeration AS
enumeration FM
enumeration GU
enumeration MH
enumeration MP
enumeration PR
enumeration PW
enumeration VI
enumeration AA
enumeration AE
enumeration AP
Used by
Source
<xs:simpleType name="state">
  <xs:annotation>
    <xs:documentation xml:lang="en">from https://www.usps.com/send/official-abbreviations.htm</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <!-- US States -->
    <xs:enumeration value="AK"/>
    <xs:enumeration value="AL"/>
    <xs:enumeration value="AR"/>
    <xs:enumeration value="AZ"/>
    <xs:enumeration value="CA"/>
    <xs:enumeration value="CO"/>
    <xs:enumeration value="CT"/>
    <xs:enumeration value="DE"/>
    <xs:enumeration value="FL"/>
    <xs:enumeration value="GA"/>
    <xs:enumeration value="HI"/>
    <xs:enumeration value="IA"/>
    <xs:enumeration value="ID"/>
    <xs:enumeration value="IL"/>
    <xs:enumeration value="IN"/>
    <xs:enumeration value="KS"/>
    <xs:enumeration value="KY"/>
    <xs:enumeration value="LA"/>
    <xs:enumeration value="MA"/>
    <xs:enumeration value="MD"/>
    <xs:enumeration value="ME"/>
    <xs:enumeration value="MI"/>
    <xs:enumeration value="MN"/>
    <xs:enumeration value="MO"/>
    <xs:enumeration value="MS"/>
    <xs:enumeration value="MT"/>
    <xs:enumeration value="NC"/>
    <xs:enumeration value="ND"/>
    <xs:enumeration value="NE"/>
    <xs:enumeration value="NH"/>
    <xs:enumeration value="NJ"/>
    <xs:enumeration value="NM"/>
    <xs:enumeration value="NV"/>
    <xs:enumeration value="NY"/>
    <xs:enumeration value="OH"/>
    <xs:enumeration value="OK"/>
    <xs:enumeration value="OR"/>
    <xs:enumeration value="PA"/>
    <xs:enumeration value="RI"/>
    <xs:enumeration value="SC"/>
    <xs:enumeration value="SD"/>
    <xs:enumeration value="TN"/>
    <xs:enumeration value="TX"/>
    <xs:enumeration value="UT"/>
    <xs:enumeration value="VA"/>
    <xs:enumeration value="VT"/>
    <xs:enumeration value="WA"/>
    <xs:enumeration value="WI"/>
    <xs:enumeration value="WV"/>
    <xs:enumeration value="WY"/>
    <!-- District of Columbia -->
    <xs:enumeration value="DC"/>
    <!-- US Territories -->
    <xs:enumeration value="AS"/>
    <xs:enumeration value="FM"/>
    <xs:enumeration value="GU"/>
    <xs:enumeration value="MH"/>
    <xs:enumeration value="MP"/>
    <xs:enumeration value="PR"/>
    <xs:enumeration value="PW"/>
    <xs:enumeration value="VI"/>
    <!-- Military -->
    <xs:enumeration value="AA"/>
    <xs:enumeration value="AE"/>
    <xs:enumeration value="AP"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type zipCode
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9]{5}(-[0-9]{4})?
Used by
Source
<xs:simpleType name="zipCode">
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9]{5}(-[0-9]{4})?"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type addressDataQuality
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Address Data Quality
1 = Full address reported
2 = Incomplete or estimated address reported
8 = Client doesn't know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Full address reported
enumeration 2
Incomplete or estimated address reported
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="addressDataQuality">
  <xs:annotation>
    <xs:documentation xml:lang="en">Address Data Quality 1 = Full address reported 2 = Incomplete or estimated address reported 8 = Client doesn't know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Full address reported</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Incomplete or estimated address reported</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn't know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type project
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#project_ProjectID HUD_HMIS.tmp#project_OrganizationID HUD_HMIS.tmp#project_ProjectName HUD_HMIS.tmp#project_ContinuumProject HUD_HMIS.tmp#project_ProjectType HUD_HMIS.tmp#project_ResidentialAffiliation HUD_HMIS.tmp#project_TrackingMethod HUD_HMIS.tmp#project_TargetPopulation HUD_HMIS.tmp#project_ProjectCommonName
Used by
Element export/Project
Model
Children ContinuumProject, OrganizationID, ProjectCommonName, ProjectID, ProjectName, ProjectType, ResidentialAffiliation, TargetPopulation, TrackingMethod
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="project">
  <xs:sequence>
    <xs:element name="ProjectID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.2, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 12.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OrganizationID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Organization</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectName" type="hmis:string50">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.2, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ContinuumProject" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.4, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectType" type="hmis:projectType">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.4, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResidentialAffiliation" type="hmis:noYes" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">HMIS Data Dictionary, Proposed Amendment, Section 2.4, #2A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TrackingMethod" type="hmis:trackingMethod" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.5, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TargetPopulation" type="hmis:targetPopulation" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.9, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 15.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectCommonName" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">A local or commonly used name for a project. This is not referenced in the September 2015 HMIS Data Dictionary, and is optional.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Simple Type projectType
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Project Type
1 = Emergency Shelter 
2 = Transitional Housing 
3 = PH - Permanent Supportive Housing (disability required for entry) 
4 = Street Outreach 
6 = Services Only 
7 = Other 
8 = Safe Haven 
9 = PH – Housing Only 
10 = PH – Housing with Services (no disability required for entry) 
11 = Day Shelter 
12 = Homelessness Prevention 
13 = PH - Rapid Re-Housing 
14 = Coordinated Assessment
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Emergency Shelter
enumeration 2
Transitional Housing
enumeration 3
PH - Permanent Supportive Housing (disability required for entry)
enumeration 4
Street Outreach
enumeration 6
Services Only
enumeration 7
Other
enumeration 8
Safe Haven
enumeration 9
PH – Housing Only
enumeration 10
PH – Housing with Services (no disability required for entry)
enumeration 11
Day Shelter
enumeration 12
Homelessness Prevention
enumeration 13
PH - Rapid Re-Housing
enumeration 14
Coordinated Assessment
Used by
Source
<xs:simpleType name="projectType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Project Type 1 = Emergency Shelter 2 = Transitional Housing 3 = PH - Permanent Supportive Housing (disability required for entry) 4 = Street Outreach 6 = Services Only 7 = Other 8 = Safe Haven 9 = PH – Housing Only 10 = PH – Housing with Services (no disability required for entry) 11 = Day Shelter 12 = Homelessness Prevention 13 = PH - Rapid Re-Housing 14 = Coordinated Assessment</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Emergency Shelter</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Transitional Housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">PH - Permanent Supportive Housing (disability required for entry)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Street Outreach</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Services Only</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Safe Haven</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">PH – Housing Only</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">PH – Housing with Services (no disability required for entry)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">Day Shelter</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Homelessness Prevention</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="13">
      <xs:annotation>
        <xs:documentation xml:lang="en">PH - Rapid Re-Housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="14">
      <xs:annotation>
        <xs:documentation xml:lang="en">Coordinated Assessment</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type trackingMethod
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Emergency Shelter Tracking Method 
0 = Entry/Exit Date 
3 = Night-by-Night
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
Entry/Exit Date
enumeration 3
Night-by-Night
Used by
Source
<xs:simpleType name="trackingMethod">
  <xs:annotation>
    <xs:documentation xml:lang="en">Emergency Shelter Tracking Method 0 = Entry/Exit Date 3 = Night-by-Night</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Entry/Exit Date</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Night-by-Night</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type targetPopulation
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Target Population Type 
1 = DV Domestic Violence victims 
3 = HIV Persons with HIV/AIDS 
4 = NA Not Applicable
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
DV Domestic Violence victims
enumeration 3
HIV Persons with HIV/AIDS
enumeration 4
NA Not Applicable
Used by
Source
<xs:simpleType name="targetPopulation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Target Population Type 1 = DV Domestic Violence victims 3 = HIV Persons with HIV/AIDS 4 = NA Not Applicable</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">DV Domestic Violence victims</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">HIV Persons with HIV/AIDS</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">NA Not Applicable</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type coc
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#coc_CoCCode
Used by
Element export/CoC
Model
Children CoCCode
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="coc">
  <xs:sequence>
    <xs:element name="CoCCode" type="hmis:cocCode">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the CoCCode ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!--<xs:element name="ProjectID" type="hmis:string32">
				<xs:annotation>
					<xs:documentation xml:lang="en">Key reference to the Project ID</xs:documentation>
				</xs:annotation>
			</xs:element> -->
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Complex Type residentialMoveInDate
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#residentialMoveInDate_ResidentialMoveInDateID HUD_HMIS.tmp#residentialMoveInDate_ProjectEntryID HUD_HMIS.tmp#residentialMoveInDate_InPermanentHousing HUD_HMIS.tmp#residentialMoveInDate_ResidentialMoveInDate
Used by
Model
Children InPermanentHousing, ProjectEntryID, ResidentialMoveInDate, ResidentialMoveInDateID
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="residentialMoveInDate">
  <xs:sequence>
    <xs:element name="ResidentialMoveInDateID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the ResidentialMoveInDate's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="InPermanentHousing" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.17, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.17".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResidentialMoveInDate" type="xs:date" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.17, #1A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.17".</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Complex Type rhyBCPStatus
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#rhyBCPStatus_RHYBCPStatusID HUD_HMIS.tmp#rhyBCPStatus_ProjectEntryID HUD_HMIS.tmp#rhyBCPStatus_StatusDate HUD_HMIS.tmp#rhyBCPStatus_FYSBYouth HUD_HMIS.tmp#rhyBCPStatus_ReasonNoServices
Used by
Model
Children FYSBYouth, ProjectEntryID, RHYBCPStatusID, ReasonNoServices, StatusDate
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:FYSBYouth/text()='0') then boolean(hmis:ReasonNoServices) else (if (not(hmis:FYSBYouth/text()='0')) then (not(boolean(hmis:ReasonNoServices))) else false())
Source
<xs:complexType name="rhyBCPStatus">
  <xs:sequence>
    <xs:element name="RHYBCPStatusID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the RHYBCPStatus' unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StatusDate" type="xs:date">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.22, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.22 RHY - BCP Status".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FYSBYouth" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.22, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.22 RHY - BCP Status".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReasonNoServices" type="hmis:fysbReasonNoServices" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.22, #2A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "4.22 RHY - BCP Status".</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if FYSBYouth is 0, before allowing use of ReasonNoServices-->
  <xs:assert test="if (hmis:FYSBYouth/text()='0') then boolean(hmis:ReasonNoServices) else (if (not(hmis:FYSBYouth/text()='0')) then (not(boolean(hmis:ReasonNoServices))) else false())"/>
</xs:complexType>
[ top ]
Simple Type fysbReasonNoServices
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reason for not providing services
1 = Out of age range
2 = Ward of the State – Immediate Reunification
3 = Ward of the Criminal Justice System – Immediate Reunification
4 = Other
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Out of age range
enumeration 2
Ward of the State – Immediate Reunification
enumeration 3
Ward of the Criminal Justice System – Immediate Reunification
enumeration 4
Other
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="fysbReasonNoServices">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reason for not providing services 1 = Out of age range 2 = Ward of the State – Immediate Reunification 3 = Ward of the Criminal Justice System – Immediate Reunification 4 = Other 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Out of age range</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Ward of the State – Immediate Reunification</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Ward of the Criminal Justice System – Immediate Reunification</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type services
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#services_ServicesID HUD_HMIS.tmp#services_ProjectEntryID HUD_HMIS.tmp#services_DateProvided HUD_HMIS.tmp#services_RecordType HUD_HMIS.tmp#services_TypeProvided HUD_HMIS.tmp#services_OtherTypeProvided HUD_HMIS.tmp#services_SubTypeProvided HUD_HMIS.tmp#services_FAAmount HUD_HMIS.tmp#services_ReferralOutcome
Used by
Element export/Services
Model
Children DateProvided, FAAmount, OtherTypeProvided, ProjectEntryID, RecordType, ReferralOutcome, ServicesID, SubTypeProvided, TypeProvided
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="services">
  <xs:sequence>
    <xs:element name="ServicesID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Services' unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DateProvided" type="xs:date">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.12 and 4.14-4.16, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, " 4.12 and 4.14-4.16 Date Provided".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RecordType" type="hmis:recordType">
      <xs:annotation>
        <xs:documentation xml:lang="en">The permissible values correspond to the decimal values of the corresponding Service FA Referral and Contact types. 4.12 Contact is "12", 4.14 Services Provided is "14X", 4.15 Financial Assistance is "15X", 4.16 Referrals Provided is "16X", and Bed Night is "200".</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Sections 4.12 and 4.14-4.16.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TypeProvided">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.12 and 4.14-4.16, #2 (picklist values vary by service category and funder) .</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Sections 4.12 and 4.14-4.16.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:integer">
          <xs:pattern value="[0-9]{1,3}"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="OtherTypeProvided" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.12 and 4.14-4.16, #2D (if it exists) .</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Sections 4.12 and 4.14-4.16.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SubTypeProvided" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.12 and 4.14-4.16, #3A, 4B, 5C (if it exists).</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Sections 4.12 and 4.14-4.16.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:integer">
          <xs:pattern value="[0-9]{1,2}"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="FAAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.15A #3 and 4.15B #2, Financial Assistance Amount.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.15.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReferralOutcome" type="hmis:referralOutcome" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.16A #2A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.16.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Simple Type recordType
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
12 = Contact 4.12
141 = PATH service 4.14 A
142 = RHY service 4.14 B 
143 = HOPWA service 4.14 C 
144 = SSVF service 4.14 D
151 = HOPWA financial assistance 4.15 A
152 = SSVF financial assistance 4.15 B 
161 = PATH referral 4.16 A
162 = RHY referral 4.16 B
200 = Bed night
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 12
Contact
enumeration 14
Services Provided
enumeration 15
Financial Assistance
enumeration 16
Referrals Provided
enumeration 141
PATH service
enumeration 142
RHY service
enumeration 143
HOPWA service
enumeration 144
SSVF service
enumeration 151
HOPWA financial assistance
enumeration 152
SSVF financial assistance
enumeration 161
PATH referral
enumeration 162
RHY referral
enumeration 200
Bed night
Used by
Source
<xs:simpleType name="recordType">
  <xs:annotation>
    <xs:documentation xml:lang="en">12 = Contact 4.12 141 = PATH service 4.14 A 142 = RHY service 4.14 B 143 = HOPWA service 4.14 C 144 = SSVF service 4.14 D 151 = HOPWA financial assistance 4.15 A 152 = SSVF financial assistance 4.15 B 161 = PATH referral 4.16 A 162 = RHY referral 4.16 B 200 = Bed night</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Contact</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="14">
      <xs:annotation>
        <xs:documentation xml:lang="en">Services Provided</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="15">
      <xs:annotation>
        <xs:documentation xml:lang="en">Financial Assistance</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="16">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referrals Provided</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="141">
      <xs:annotation>
        <xs:documentation xml:lang="en">PATH service</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="142">
      <xs:annotation>
        <xs:documentation xml:lang="en">RHY service</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="143">
      <xs:annotation>
        <xs:documentation xml:lang="en">HOPWA service</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="144">
      <xs:annotation>
        <xs:documentation xml:lang="en">SSVF service</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="151">
      <xs:annotation>
        <xs:documentation xml:lang="en">HOPWA financial assistance</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="152">
      <xs:annotation>
        <xs:documentation xml:lang="en">SSVF financial assistance</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="161">
      <xs:annotation>
        <xs:documentation xml:lang="en">PATH referral</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="162">
      <xs:annotation>
        <xs:documentation xml:lang="en">RHY referral</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="200">
      <xs:annotation>
        <xs:documentation xml:lang="en">Bed night</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type referralOutcome
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
1 = Attained
2 = Not attained
3 = Unknown
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Attained
enumeration 2
Not attained
enumeration 3
Unknown
Used by
Source
<xs:simpleType name="referralOutcome">
  <xs:annotation>
    <xs:documentation xml:lang="en">1 = Attained 2 = Not attained 3 = Unknown</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Attained</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Not attained</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unknown</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type site
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#site_SiteID HUD_HMIS.tmp#site_CoCCode HUD_HMIS.tmp#site_ProjectID HUD_HMIS.tmp#site_PrincipalSite HUD_HMIS.tmp#site_Address HUD_HMIS.tmp#site_City HUD_HMIS.tmp#site_State HUD_HMIS.tmp#site_ZIP HUD_HMIS.tmp#site_Geocode
Used by
Element export/Site
Model
Children Address, City, CoCCode, Geocode, PrincipalSite, ProjectID, SiteID, State, ZIP
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="site">
  <xs:sequence>
    <xs:element name="SiteID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Site's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CoCCode" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the CoC</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Project</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PrincipalSite" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.8, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 15.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Address" type="hmis:string100" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Street Address</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="City" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">City of Address</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="State" type="hmis:state" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">State of Address</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ZIP" type="hmis:zipCode" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See https://tools.usps.com/go/ZipLookupAction!input.action</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Geocode" type="hmis:geocode" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 2.8, #1.A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 15.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Simple Type geocode
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
pattern ([\-+]?[0-9]+) & ([0-9]{6})
Used by
Element site/Geocode
Source
<xs:simpleType name="geocode">
  <xs:restriction base="xs:unsignedInt">
    <xs:pattern value="[0-9]{6}"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type clientVeteranInfo
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#clientVeteranInfo_ClientVeteranInfoID HUD_HMIS.tmp#clientVeteranInfo_PersonalID HUD_HMIS.tmp#clientVeteranInfo_YearEnteredService HUD_HMIS.tmp#clientVeteranInfo_YearSeparated HUD_HMIS.tmp#clientVeteranInfo_WorldWarII HUD_HMIS.tmp#clientVeteranInfo_KoreanWar HUD_HMIS.tmp#clientVeteranInfo_VietnamWar HUD_HMIS.tmp#clientVeteranInfo_DesertStorm HUD_HMIS.tmp#clientVeteranInfo_AfghanistanOEF HUD_HMIS.tmp#clientVeteranInfo_IraqOIF HUD_HMIS.tmp#clientVeteranInfo_IraqOND HUD_HMIS.tmp#clientVeteranInfo_OtherTheater HUD_HMIS.tmp#clientVeteranInfo_MilitaryBranch HUD_HMIS.tmp#clientVeteranInfo_DischargeStatus
Used by
Model
Children AfghanistanOEF, ClientVeteranInfoID, DesertStorm, DischargeStatus, IraqOIF, IraqOND, KoreanWar, MilitaryBranch, OtherTheater, PersonalID, VietnamWar, WorldWarII, YearEnteredService, YearSeparated
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="clientVeteranInfo">
  <xs:sequence>
    <xs:element name="ClientVeteranInfoID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the ClientVeteranInfo's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PersonalID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Refers to a Client element</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="YearEnteredService" type="xs:gYear" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #1</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="YearSeparated" type="xs:gYear" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #2</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WorldWarII" type="fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #3</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="KoreanWar" type="fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #4</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VietnamWar" type="fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #5</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DesertStorm" type="fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #6</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AfghanistanOEF" type="fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #7</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IraqOIF" type="fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #8</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IraqOND" type="fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #9</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherTheater" type="fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #10</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MilitaryBranch" type="militaryBranch" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #11</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DischargeStatus" type="dischargeStatus" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.41, #12</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section 4.41.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Simple Type militaryBranch
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Branch of the Military 
1 = Army 
2 = Air Force 
3 = Navy 
4 = Marines 
6 = Coast Guard 
8 = Client doesn’t know 
9 = Client refused 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Army
enumeration 2
Air Force
enumeration 3
Navy
enumeration 4
Marines
enumeration 6
Coast Guard
enumeration 7
Other
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="militaryBranch">
  <xs:annotation>
    <xs:documentation xml:lang="en">Branch of the Military 1 = Army 2 = Air Force 3 = Navy 4 = Marines 6 = Coast Guard 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Army</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Air Force</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Navy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Marines</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Coast Guard</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type dischargeStatus
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Discharge Status  
1 = Honorable 
2 = General under honorable conditions 
4 = Bad conduct 
5 = Dishonorable 
6 = Under other than honorable conditions (OTH) 
7 = Uncharacterized 
8 = Client doesn’t know 
9 = Client refused 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Honorable
enumeration 2
General under honorable conditions
enumeration 4
Bad conduct
enumeration 5
Dishonorable
enumeration 6
Under other than honorable conditions (OTH)
enumeration 7
Uncharacterized
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="dischargeStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">Discharge Status 1 = Honorable 2 = General under honorable conditions 4 = Bad conduct 5 = Dishonorable 6 = Under other than honorable conditions (OTH) 7 = Uncharacterized 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Honorable</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">General under honorable conditions</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Bad conduct</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Dishonorable</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Under other than honorable conditions (OTH)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Uncharacterized</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type worstHousingSituation
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#baseMetaData HUD_HMIS.tmp#worstHousingSituation_WorstHousingSituationID HUD_HMIS.tmp#worstHousingSituation_ProjectEntryID HUD_HMIS.tmp#worstHousingSituation_WorstHousingSituation
Used by
Model
Children ProjectEntryID, WorstHousingSituation, WorstHousingSituationID
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="worstHousingSituation">
  <xs:sequence>
    <xs:element name="WorstHousingSituationID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the WorstHousingSituation's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WorstHousingSituation" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.40, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.40 Worst Housing Situation".</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
[ top ]
Complex Type entryRHY
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Used by
Element export/EntryRHY
Model
Children AbuseAndNeglectFam, AbuseAndNeglectYouth, ActiveMilitaryParent, AlcoholDrugAbuseFam, AlcoholDrugAbuseYouth, AskedOrForcedToExchangeForSex, AskedOrForcedToExchangeForSexPastThreeMonths, ChildWelfareMonths, ChildWelfareYears, CoercedToContinueWork, CountOfExchangeForSex, CountOutreachReferralApproaches, EntryRHYID, ExchangeForSex, ExchangeForSexPastThreeMonths, FormerWardChildWelfare, FormerWardJuvenileJustice, HealthIssuesFam, HealthIssuesYouth, HouseholdDynamics, HousingIssuesFam, HousingIssuesYouth, IncarceratedParent, IncarceratedParentStatus, InsufficientIncome, JuvenileJusticeMonths, JuvenileJusticeYears, LaborExploitPastThreeMonths, MentalDisabilityFam, MentalDisabilityYouth, MentalHealthIssuesFam, MentalHealthIssuesYouth, PhysicalDisabilityFam, PhysicalDisabilityYouth, ProjectEntryID, ReferralSource, SchoolEducationalIssuesFam, SchoolEducationalIssuesYouth, SexualOrientation, SexualOrientationGenderIDFam, SexualOrientationGenderIdentityYouth, UnemploymentFam, UnemploymentYouth, WorkPlaceViolenceThreats, WorkplacePromiseDifference
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1') then boolean(hmis:CoercedToContinueWork) else (if (not(hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1')) then (not(boolean(hmis:CoercedToContinueWork))) else false())
if (hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1') then boolean(hmis:LaborExploitPastThreeMonths) else (if (not(hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1')) then (not(boolean(hmis:LaborExploitPastThreeMonths))) else false())
if (hmis:ExchangeForSex/text()='1') then boolean(hmis:ExchangeForSexPastThreeMonths) else (if (not(hmis:ExchangeForSex/text()='1')) then (not(boolean(hmis:ExchangeForSexPastThreeMonths))) else false())
if (hmis:ExchangeForSex/text()='1') then boolean(hmis:CountOfExchangeForSex) else (if (not(hmis:ExchangeForSex/text()='1')) then (not(boolean(hmis:CountOfExchangeForSex))) else false())
if (hmis:ExchangeForSex/text()='1') then boolean(hmis:AskedOrForcedToExchangeForSex) else (if (not(hmis:ExchangeForSex/text()='1')) then (not(boolean(hmis:AskedOrForcedToExchangeForSex))) else false())
if (hmis:AskedOrForcedToExchangeForSex/text()='1') then boolean(hmis:AskedOrForcedToExchangeForSexPastThreeMonths) else (if (not(hmis:AskedOrForcedToExchangeForSex/text()='1')) then (not(boolean(hmis:AskedOrForcedToExchangeForSexPastThreeMonths))) else false())
Source
<xs:complexType name="entryRHY">
  <xs:sequence>
    <xs:element name="EntryRHYID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the EntryRHY' unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HouseholdDynamics" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SexualOrientation" type="hmis:sexualOrientation">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.23, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.23 Sexual Orientation".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SexualOrientationGenderIdentityYouth" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SexualOrientationGenderIDFam" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #3.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HousingIssuesYouth" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #4.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HousingIssuesFam" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #5.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SchoolEducationalIssuesYouth" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #6.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SchoolEducationalIssuesFam" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #7.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UnemploymentYouth" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #8.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UnemploymentFam" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #9.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MentalHealthIssuesYouth" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #10.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MentalHealthIssuesFam" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #11.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HealthIssuesYouth" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #12.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HealthIssuesFam" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #13.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PhysicalDisabilityYouth" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #14.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PhysicalDisabilityFam" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #15.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MentalDisabilityYouth" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #16.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MentalDisabilityFam" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #17.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AbuseAndNeglectYouth" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #18.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AbuseAndNeglectFam" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #19.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AlcoholDrugAbuseYouth" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #20.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AlcoholDrugAbuseFam" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #21.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="InsufficientIncome" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #22.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ActiveMilitaryParent" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #23.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IncarceratedParent" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #24.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IncarceratedParentStatus" type="hmis:incarceratedParentStatus" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.33, #24A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WorkPlaceViolenceThreats" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.35, B1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.35B Labor Exploitation".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WorkplacePromiseDifference" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.35, B2.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.35B Labor Exploitation".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CoercedToContinueWork" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.35, BA.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.35B Labor Exploitation".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LaborExploitPastThreeMonths" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.35, BB.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.35B Labor Exploitation".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExchangeForSex" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.35A, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.35 Commercial Sexual Exploitation".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExchangeForSexPastThreeMonths" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.35A, #1A</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.35 Commercial Sexual Exploitation".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CountOfExchangeForSex" type="hmis:countOfExchangeForSex" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.35A, #1B.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.35 Commercial Sexual Exploitation".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AskedOrForcedToExchangeForSex" type="hmis:askedOrForcedToExchangeForSex" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.35, #1C.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.35 Sexual Exploitation".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AskedOrForcedToExchangeForSexPastThreeMonths" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.35, #1D.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.35 Commercial Sexual Exploitation".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FormerWardJuvenileJustice" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.32, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.32 Formerly a Ward of Juvenile Justice System".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="JuvenileJusticeYears" type="hmis:issuesYears" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.32, #1A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.32 Formerly a Ward of Juvenile Justice System".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="JuvenileJusticeMonths" type="xs:unsignedInt" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.32, #1AB. Values 1-11 permissible.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.32 Formerly a Ward of Juvenile Justice System".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FormerWardChildWelfare" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.31, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.31 Formerly a Ward of Child Welfare/Foster Care Agency".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ChildWelfareYears" type="hmis:issuesYears" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.31, #1B.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.31 Formerly a Ward of Child Welfare/Foster Care Agency".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ChildWelfareMonths" type="xs:unsignedInt" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.31, #1BA. Values 1-11 permissible.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.31 Formerly a Ward of Child Welfare/Foster Care Agency".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReferralSource" type="hmis:referralSource">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.34, #1.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.34 Referral Source".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CountOutreachReferralApproaches" type="xs:unsignedInt" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 4.34, #1A.</xs:documentation>
        <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, Section "4.34 Referral Source".</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if WorkPlaceViolenceThreats or WorkplacePromiseDifference is 1, before allowing use of CoercedToContinueWork-->
  <xs:assert test="if (hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1') then boolean(hmis:CoercedToContinueWork) else (if (not(hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1')) then (not(boolean(hmis:CoercedToContinueWork))) else false())"/>
  <!--Testing if WorkPlaceViolenceThreats or WorkplacePromiseDifference is 1, before allowing use of LaborExploitPastThreeMonths-->
  <xs:assert test="if (hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1') then boolean(hmis:LaborExploitPastThreeMonths) else (if (not(hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1')) then (not(boolean(hmis:LaborExploitPastThreeMonths))) else false())"/>
  <!--Testing if ExchangeForSex is 1, before allowing use of ExchangeForSexPastThreeMonths-->
  <xs:assert test="if (hmis:ExchangeForSex/text()='1') then boolean(hmis:ExchangeForSexPastThreeMonths) else (if (not(hmis:ExchangeForSex/text()='1')) then (not(boolean(hmis:ExchangeForSexPastThreeMonths))) else false())"/>
  <!--Testing if ExchangeForSex is 1, before allowing use of CountOfExchangeForSex-->
  <xs:assert test="if (hmis:ExchangeForSex/text()='1') then boolean(hmis:CountOfExchangeForSex) else (if (not(hmis:ExchangeForSex/text()='1')) then (not(boolean(hmis:CountOfExchangeForSex))) else false())"/>
  <!--Testing if ExchangeForSex is 1, before allowing use of AskedOrForcedToExchangeForSex-->
  <xs:assert test="if (hmis:ExchangeForSex/text()='1') then boolean(hmis:AskedOrForcedToExchangeForSex) else (if (not(hmis:ExchangeForSex/text()='1')) then (not(boolean(hmis:AskedOrForcedToExchangeForSex))) else false())"/>
  <!--Testing if AskedOrForcedToExchangeForSex is 1, before allowing use of AskedOrForcedToExchangeForSex-->
  <xs:assert test="if (hmis:AskedOrForcedToExchangeForSex/text()='1') then boolean(hmis:AskedOrForcedToExchangeForSexPastThreeMonths) else (if (not(hmis:AskedOrForcedToExchangeForSex/text()='1')) then (not(boolean(hmis:AskedOrForcedToExchangeForSexPastThreeMonths))) else false())"/>
</xs:complexType>
[ top ]
Simple Type sexualOrientation
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Sexual Orientation
1 = Heterosexual
2 = Gay
3 = Lesbian
4 = Bisexual
5 = Questioning / Unsure
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Heterosexual
enumeration 2
Gay
enumeration 3
Lesbian
enumeration 4
Bisexual
enumeration 5
Questioning / Unsure
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="sexualOrientation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Sexual Orientation 1 = Heterosexual 2 = Gay 3 = Lesbian 4 = Bisexual 5 = Questioning / Unsure 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Heterosexual</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Gay</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Lesbian</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Bisexual</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Questioning / Unsure</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type incarceratedParentStatus
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
1 = One parent / legal guardian is incarcerated
2 = One parent / legal guardian is incarcerated
3 = The only parent / legal guardian is incarcerated
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
One parent / legal guardian is incarcerated
enumeration 2
One parent / legal guardian is incarcerated
enumeration 3
The only parent / legal guardian is incarcerated
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="incarceratedParentStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">1 = One parent / legal guardian is incarcerated 2 = One parent / legal guardian is incarcerated 3 = The only parent / legal guardian is incarcerated 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">One parent / legal guardian is incarcerated</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">One parent / legal guardian is incarcerated</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">The only parent / legal guardian is incarcerated</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type countOfExchangeForSex
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Number of times
1 = 1-3
2 = 4-7
3 = 8-11
4 = 12 or more
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
1-3
enumeration 2
4-7
enumeration 3
8-11
enumeration 4
12 or more
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="countOfExchangeForSex">
  <xs:annotation>
    <xs:documentation xml:lang="en">Number of times 1 = 1-3 2 = 4-7 3 = 8-11 4 = 12 or more 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">1-3</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">4-7</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">8-11</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">12 or more</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type askedOrForcedToExchangeForSex
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Did someone ask/make you have sex?
0 = No
1 = Yes
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="askedOrForcedToExchangeForSex">
  <xs:annotation>
    <xs:documentation xml:lang="en">Did someone ask/make you have sex? 0 = No 1 = Yes 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">No</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Yes</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn't know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type issuesYears
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Number of Years
1 = Less than one year
2 = 1 to 2 years
3 = 3 to 5 or more years
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Less than one year
enumeration 2
1 to 2 years
enumeration 3
3 to 5 or more years
Used by
Source
<xs:simpleType name="issuesYears">
  <xs:annotation>
    <xs:documentation xml:lang="en">Number of Years 1 = Less than one year 2 = 1 to 2 years 3 = 3 to 5 or more years</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Less than one year</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">1 to 2 years</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">3 to 5 or more years</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type referralSource
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
1 = Self-Referral
2 = Individual: Parent/Guardian
3 = Individual: Relative or Friend
4 = Individual: Other Adult or Youth
5 = Individual: Partner/Spouse
6 = Individual: Foster Parent
7 = Outreach Project: FYSB
10 = Outreach Project: Other
11 = Temporary Shelter: FYSB Basic Center Project
12 = Temporary Shelter: Other Youth Only Emergency Shelter
13 = Temporary Shelter: Emergency Shelter for Families
14 = Temporary Shelter: Emergency Shelter for Individuals
15 = Temporary Shelter: Domestic Violence Shelter
16 = Temporary Shelter: Safe Place
17 = Temporary Shelter: Other
18 = Residential Project: FYSB Transitional Living Project
19 = Residential Project: Other Transitional Living Project
20 = Residential Project: Group Home
21 = Residential Project: Independent Living Project
22 = Residential Project: Job Corps
23 = Residential Project: Drug Treatment Center
24 = Residential Project: Treatment Center
25 = Residential Project: Educational Institute
26 = Residential Project: Other Agency project
27 = Residential Project: Other Project
28 = Hotline: National Runaway Switchboard
29 = Hotline: Other
30 = Other Agency: Child Welfare/CPS
31 = Other Agency: Non-Residential Independent Living Project
32 = Other Project Operated by your Agency
33 = Other Youth Services Agency
34 = Juvenile Justice
35 = Law Enforcement/ Police
36 = Religious Organization
37 = Mental Hospital
38 = School
39 = Other Organization
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Self-Referral
enumeration 2
Individual: Parent/Guardian
enumeration 3
Individual: Relative or Friend
enumeration 4
Individual: Other Adult or Youth
enumeration 5
Individual: Partner/Spouse
enumeration 6
Individual: Foster Parent
enumeration 7
Outreach Project: FYSB
enumeration 10
Outreach Project: Other
enumeration 11
Temporary Shelter: FYSB Basic Center Project
enumeration 12
Temporary Shelter: Other Youth Only Emergency Shelter
enumeration 13
Temporary Shelter: Emergency Shelter for Families
enumeration 14
Temporary Shelter: Emergency Shelter for Individuals
enumeration 15
Temporary Shelter: Domestic Violence Shelter
enumeration 16
Temporary Shelter: Safe Place
enumeration 17
Temporary Shelter: Other
enumeration 18
Residential Project: FYSB Transitional Living Project
enumeration 19
Residential Project: Other Transitional Living Project
enumeration 20
Residential Project: Group Home
enumeration 21
Residential Project: Independent Living Project
enumeration 22
Residential Project: Job Corps
enumeration 23
Residential Project: Drug Treatment Center
enumeration 24
Residential Project: Treatment Center
enumeration 25
Residential Project: Educational Institute
enumeration 26
Residential Project: Other Agency project
enumeration 27
Residential Project: Other Project
enumeration 28
Hotline: National Runaway Switchboard
enumeration 29
Hotline: Other
enumeration 30
Other Agency: Child Welfare/CPS
enumeration 31
Other Agency: Non-Residential Independent Living Project
enumeration 32
Other Project Operated by your Agency
enumeration 33
Other Youth Services Agency
enumeration 34
Juvenile Justice
enumeration 35
Law Enforcement/ Police
enumeration 36
Religious Organization
enumeration 37
Mental Hospital
enumeration 38
School
enumeration 39
Other Organization
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name=" referralSource">
  <xs:annotation>
    <xs:documentation xml:lang="en">1 = Self-Referral 2 = Individual: Parent/Guardian 3 = Individual: Relative or Friend 4 = Individual: Other Adult or Youth 5 = Individual: Partner/Spouse 6 = Individual: Foster Parent 7 = Outreach Project: FYSB 10 = Outreach Project: Other 11 = Temporary Shelter: FYSB Basic Center Project 12 = Temporary Shelter: Other Youth Only Emergency Shelter 13 = Temporary Shelter: Emergency Shelter for Families 14 = Temporary Shelter: Emergency Shelter for Individuals 15 = Temporary Shelter: Domestic Violence Shelter 16 = Temporary Shelter: Safe Place 17 = Temporary Shelter: Other 18 = Residential Project: FYSB Transitional Living Project 19 = Residential Project: Other Transitional Living Project 20 = Residential Project: Group Home 21 = Residential Project: Independent Living Project 22 = Residential Project: Job Corps 23 = Residential Project: Drug Treatment Center 24 = Residential Project: Treatment Center 25 = Residential Project: Educational Institute 26 = Residential Project: Other Agency project 27 = Residential Project: Other Project 28 = Hotline: National Runaway Switchboard 29 = Hotline: Other 30 = Other Agency: Child Welfare/CPS 31 = Other Agency: Non-Residential Independent Living Project 32 = Other Project Operated by your Agency 33 = Other Youth Services Agency 34 = Juvenile Justice 35 = Law Enforcement/ Police 36 = Religious Organization 37 = Mental Hospital 38 = School 39 = Other Organization 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Self-Referral</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Individual: Parent/Guardian</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Individual: Relative or Friend</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Individual: Other Adult or Youth</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Individual: Partner/Spouse</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Individual: Foster Parent</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Outreach Project: FYSB</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">Outreach Project: Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">Temporary Shelter: FYSB Basic Center Project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Temporary Shelter: Other Youth Only Emergency Shelter</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="13">
      <xs:annotation>
        <xs:documentation xml:lang="en">Temporary Shelter: Emergency Shelter for Families</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="14">
      <xs:annotation>
        <xs:documentation xml:lang="en">Temporary Shelter: Emergency Shelter for Individuals</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="15">
      <xs:annotation>
        <xs:documentation xml:lang="en">Temporary Shelter: Domestic Violence Shelter</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="16">
      <xs:annotation>
        <xs:documentation xml:lang="en">Temporary Shelter: Safe Place</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="17">
      <xs:annotation>
        <xs:documentation xml:lang="en">Temporary Shelter: Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="18">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: FYSB Transitional Living Project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="19">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: Other Transitional Living Project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="20">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: Group Home</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="21">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: Independent Living Project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="22">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: Job Corps</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="23">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: Drug Treatment Center</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="24">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: Treatment Center</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="25">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: Educational Institute</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="26">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: Other Agency project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="27">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: Other Project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="28">
      <xs:annotation>
        <xs:documentation xml:lang="en">Hotline: National Runaway Switchboard</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="29">
      <xs:annotation>
        <xs:documentation xml:lang="en">Hotline: Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="30">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other Agency: Child Welfare/CPS</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="31">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other Agency: Non-Residential Independent Living Project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other Project Operated by your Agency</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="33">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other Youth Services Agency</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="34">
      <xs:annotation>
        <xs:documentation xml:lang="en">Juvenile Justice</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="35">
      <xs:annotation>
        <xs:documentation xml:lang="en">Law Enforcement/ Police</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="36">
      <xs:annotation>
        <xs:documentation xml:lang="en">Religious Organization</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="37">
      <xs:annotation>
        <xs:documentation xml:lang="en">Mental Hospital</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="38">
      <xs:annotation>
        <xs:documentation xml:lang="en">School</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="39">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other Organization</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type nameHashingOptionPlain
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#hashStatus HUD_HMIS.tmp#nameHashingOption
Type restriction of nameHashingOption
Type hierarchy
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:complexType name="nameHashingOptionPlain">
  <xs:simpleContent>
    <xs:restriction base="hmis:nameHashingOption">
      <xs:maxLength value="50"/>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>
[ top ]
Complex Type nameHashingOptionSHA1RHY
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#hashStatus HUD_HMIS.tmp#nameHashingOption
Type restriction of nameHashingOption
Type hierarchy
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:complexType name="nameHashingOptionSHA1RHY">
  <xs:simpleContent>
    <xs:restriction base="hmis:nameHashingOption">
      <xs:length value="40"/>
      <xs:pattern value="([a-zA-Z0-9])*"/>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>
[ top ]
Complex Type ssnHashingOptionPlain
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS.tmp#hashStatus HUD_HMIS.tmp#ssnHashingOption
Type restriction of ssnHashingOption
Type hierarchy
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:complexType name="ssnHashingOptionPlain">
  <xs:simpleContent>
    <xs:restriction base="hmis:ssnHashingOption">
      <xs:pattern value="[0-9xX]{9}"/>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>
[ top ]
Complex Type ssnHashingOptionSHA1RHY
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Concatenation of the unhashed last 4 digits of the SSN followed by SHA-1 hash of the full SSN.
Diagram
Diagram HUD_HMIS.tmp#hashStatus HUD_HMIS.tmp#ssnHashingOption
Type restriction of ssnHashingOption
Type hierarchy
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:complexType name="ssnHashingOptionSHA1RHY">
  <xs:annotation>
    <xs:documentation xml:lang="en">Concatenation of the unhashed last 4 digits of the SSN followed by SHA-1 hash of the full SSN.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:restriction base="hmis:ssnHashingOption">
      <xs:length value="44"/>
      <xs:pattern value="([a-zA-Z0-9])*"/>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>
[ top ]
Simple Type noADAPReason
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Reason
1 = Applied; decision pending
2 = Applied; client not eligible
3 = Client did not apply
4 = Insurance type N/A for this client
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type N/A for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:simpleType name="noADAPReason">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reason 1 = Applied; decision pending 2 = Applied; client not eligible 3 = Client did not apply 4 = Insurance type N/A for this client 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Applied; decision pending</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Applied; client not eligible</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client did not apply</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Insurance type N/A for this client</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type version
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:decimal
Facets
totalDigits 5
fractionDigits 3
minInclusive 0.001
Source
<xs:simpleType name="version">
  <xs:restriction base="xs:decimal">
    <xs:totalDigits value="5"/>
    <xs:fractionDigits value="3"/>
    <xs:minInclusive value="0.001"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Attribute baseMetaData / @dateCreated
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 5.1.
Type xs:dateTime
Properties
use required
Used by
Attribute Group baseMetaData
Source
<xs:attribute name="dateCreated" type="xs:dateTime" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 5.1.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute baseMetaData / @dateDeleted
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
Type xs:dateTime
Properties
use optional
Used by
Attribute Group baseMetaData
Source
<xs:attribute name="dateDeleted" type="xs:dateTime" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en">If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute baseMetaData / @dateUpdated
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 5.2.
Type xs:dateTime
Properties
use required
Used by
Attribute Group baseMetaData
Source
<xs:attribute name="dateUpdated" type="xs:dateTime" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 5.2.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute baseMetaData / @userID
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 5.7.
Type string32
Properties
use required
Facets
maxLength 32
Used by
Attribute Group baseMetaData
Source
<xs:attribute name="userID" type="hmis:string32" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 5.7.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute @hashStatus
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Type restriction of xs:unsignedInt
Properties
content simple
Facets
enumeration 1
Unhashed: Data sets with this HashStatus are expected conform to data type and field length parameters defined in this document.
enumeration 2
SHA-1 RHY: The SHA-1 algorithm produces a 40-character string of letters and numbers. Data sets with a HashStatus of ‘SHA-1 RHY’ (2) will be exported consistent with the specifications of this document with the exception that the following fields in Client.csv (and no others) will be hashed using the SHA-1 standard algorithm and data types for these four fields will differ as noted: - FirstName (S40)– SHA-1 hash of the SOUNDEX of the value for first name; - MiddleName (S40) – SHA-1 hash of the SOUNDEX of the value for middle name; -LastName (S40) – SHA-1 hash of the SOUNDEX of the value for last name; and - SSN (S44) – concatenation of the unhashed last 4 digits of the SSN followed by SHA-1 hash of the full SSN.
enumeration 3
Hashed - other: The ‘Other’ HashStatus is used to identify exports in which data are hashed based on parameters mutually agreed upon by the sender and recipient of the CSV data.
Used by
Source
<xs:attribute name="hashStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">Hash Status 1 = Unhashed 2 = SHA-1 RHY 3 = Hashed - other</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:unsignedInt">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation xml:lang="en">Unhashed: Data sets with this HashStatus are expected conform to data type and field length parameters defined in this document.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation xml:lang="en">SHA-1 RHY: The SHA-1 algorithm produces a 40-character string of letters and numbers. Data sets with a HashStatus of ‘SHA-1 RHY’ (2) will be exported consistent with the specifications of this document with the exception that the following fields in Client.csv (and no others) will be hashed using the SHA-1 standard algorithm and data types for these four fields will differ as noted: - FirstName (S40)– SHA-1 hash of the SOUNDEX of the value for first name; - MiddleName (S40) – SHA-1 hash of the SOUNDEX of the value for middle name; -LastName (S40) – SHA-1 hash of the SOUNDEX of the value for last name; and - SSN (S44) – concatenation of the unhashed last 4 digits of the SSN followed by SHA-1 hash of the full SSN.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation xml:lang="en">Hashed - other: The ‘Other’ HashStatus is used to identify exports in which data are hashed based on parameters mutually agreed upon by the sender and recipient of the CSV data.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute @dataCollectionStage
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 5.3.
See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.
Type restriction of xs:unsignedInt
Properties
content simple
Facets
enumeration 1
Project entry
enumeration 2
Project update
enumeration 3
Project exit
enumeration 5
Project annual assessment
Used by
Source
<xs:attribute name="dataCollectionStage">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 5.3.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Element Information, 2. Collection Point(s)", p. 7.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:unsignedInt">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation xml:lang="en">Project entry</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation xml:lang="en">Project update</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation xml:lang="en">Project exit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5">
        <xs:annotation>
          <xs:documentation xml:lang="en">Project annual assessment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute @informationDate
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Type xs:date
Properties
content simple
Used by
Source
<xs:attribute name="informationDate" type="xs:date"/>
[ top ]
Attribute Group baseMetaData
Namespace http://www.hudhdx.info/Resources/Vendors/4_1_3/HUD_HMIS.xsd
Annotations
See September 2015 HMIS Data Dictionary, Section 5.
See September 2015 HMIS Data Manual, "Metadata".
Diagram
Diagram HUD_HMIS.tmp#baseMetaData_dateCreated HUD_HMIS.tmp#baseMetaData_dateDeleted HUD_HMIS.tmp#baseMetaData_dateUpdated HUD_HMIS.tmp#baseMetaData_userID
Used by
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See September 2015 HMIS Data Dictionary, Section 5.2.
userID string32 required
See September 2015 HMIS Data Dictionary, Section 5.7.
Source
<xs:attributeGroup name="baseMetaData">
  <xs:annotation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 5.</xs:documentation>
    <xs:documentation xml:lang="en">See September 2015 HMIS Data Manual, "Metadata".</xs:documentation>
  </xs:annotation>
  <xs:attribute name="dateCreated" type="xs:dateTime" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 5.1.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="dateDeleted" type="xs:dateTime" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en">If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="dateUpdated" type="xs:dateTime" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 5.2.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="userID" type="hmis:string32" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="en">See September 2015 HMIS Data Dictionary, Section 5.7.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
[ top ]